Skip to content

Commit

Permalink
Modified: requirements.txt
Browse files Browse the repository at this point in the history
- had to regress urllib3 to an earlier version due to a breaking change involving
  the removal of Secure Transport TLS (see urllib3/urllib3#2681)
  • Loading branch information
GnuoyedC committed Dec 9, 2023
1 parent 50fc202 commit 7fd0d1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
asgiref==3.7.2
certifi==2023.5.7
charset-normalizer==3.3.2
Django==4.2.6
django-cors-headers==4.3.1
django-rest-framework==0.1.0
djangorestframework==3.14.0
djangorestframework-simplejwt==5.3.0
idna==3.6
numpy==1.26.1
pandas==2.1.2
PyJWT==2.8.0
python-dateutil==2.8.2
python-dotenv==1.0.0
pytz==2023.3.post1
requests==2.31.0
six==1.16.0
sqlparse==0.4.4
tzdata==2023.3
urllib3==1.26.16

0 comments on commit 7fd0d1b

Please sign in to comment.