From 61ad52abf7b1a7ecede5cf59bfad847216e91cc5 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Thu, 25 Apr 2024 09:51:21 +0200 Subject: 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. --- requirements.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'requirements.txt') 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 -- cgit v1.2.3