Age | Commit message (Collapse) | Author |
|
Previous commits rely on added dependencies, but these were not added to
the list of requirements. The dependencies in question:
- bottle_sqlite
- python-dotenv
fixup: 110e05bad2c378473954e41231d7581754c8cc8f
fixup: 0cb2a367968ea0bc45739da5c88fd7b88ca281a7
|
|
The changes introduced in 45a7c91fbef2e9c2c0c6821edb06bae75077b50c rely
on using gunicorn instead of the default wsgi server. This patch makes
sure that package is added to the list of requrements.
|
|
Commit 58e2a2d added some initial oauth code but forgot to add the
required dependencies to requirements.txt
|
|
|
|
|