Update requirements.txt

Bumped a few libs which are known to work for quite some time. With the old versions, we get SSL errors in some circumstances.
This commit is contained in:
tesobe-daniel 2022-11-11 22:54:49 +01:00 committed by GitHub
parent 82dc76559f
commit 41513482fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
#Django==1.11.7
Django==2.0.7
oauthlib==2.0.0
requests==2.11.1
requests-oauthlib==0.6.2
Django==2.2.13
oauthlib==3.2.0
requests==2.27.1
requests-oauthlib==1.3.1
PyJWT==1.5.3
gunicorn==19.6.0
matplotlib