update python dependencies

This commit is contained in:
Sam
2021-04-06 13:15:26 +02:00
parent 681ebe46b9
commit afb302a047
10 changed files with 364 additions and 284 deletions

View File

@ -106,7 +106,7 @@ deployment method.
.. envvar:: DATABASE_URL
| Database URL with username and password, must be initialized in production environment.
| For example in dev environment : ``postgres://fittrackee:fittrackee@localhost:5432/fittrackee``
| For example in dev environment : ``postgresql://fittrackee:fittrackee@localhost:5432/fittrackee``
.. envvar:: DATABASE_DISABLE_POOLING 🆕