diff options
author | Linnnus <[email protected]> | 2024-04-25 09:51:21 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-04-25 09:51:26 +0200 |
commit | 61ad52abf7b1a7ecede5cf59bfad847216e91cc5 (patch) | |
tree | a0ab14695f3e873f6151f0e0b0ff1612eace97df /requirements.txt | |
parent | bf8d6254c4b9c41408d47125e773b4aeecb2647a (diff) |
fix: Add missing rependencies
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.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index b9a19df..1544077 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,12 @@ bottle==0.12.25 +certifi==2024.2.2 +charset-normalizer==3.3.2 +gunicorn==21.2.0 +idna==3.7 Jinja2==3.1.3 MarkupSafe==2.1.5 -oauth==1.0.1 +oauthlib==3.2.2 +packaging==24.0 +requests==2.31.0 +requests-oauthlib==2.0.0 +urllib3==2.2.1 |