Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pyproject.toml: add missing modules to project deps
New python packages were added to `requirements.txt` after `fastapi-users` integration. Add all those packages to `pyproject.toml`. Also, re-order the existing packages to maintain package version dependencies. Added section for optional dependencies as well. The package can be installed with below commands including optional dependencies: To run API tests: `python3 -m pip install .[tests]` For developer mode: `python3 -m pip install .[dev]` Signed-off-by: Jeny Sadadia <[email protected]>
- Loading branch information