You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
0 commit comments