Skip to content

Commit

Permalink
install gevent
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin1999Stark committed Sep 3, 2024
1 parent a18c402 commit 3fe4936
Show file tree
Hide file tree
Showing 2 changed files with 267 additions and 18 deletions.
25 changes: 13 additions & 12 deletions Backend/backend/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ verify_ssl = true
name = "pypi"

[packages]
django = "*"
djangorestframework = "*"
django-cors-headers = "*"
psycopg2-binary = "*"
django-environ = "*"
psycopg2 = "*"
pillow = "*"
dj-rest-auth = "*"
django-allauth = "*"
requests = "*"
djangorestframework-simplejwt = "*"
gunicorn = "*"
django = "5.1"
djangorestframework = "3.15.2"
django-cors-headers = "4.4.0"
psycopg2-binary = "2.9.9"
django-environ = "0.11.2"
psycopg2 = "2.9.9"
pillow = "10.4.0"
dj-rest-auth = "6.0.0"
django-allauth = "64.2.0"
requests = "2.32.3"
djangorestframework-simplejwt = "5.3.1"
gunicorn = "23.0.0"
gevent = "24.2.1"

[dev-packages]

Expand Down
Loading

0 comments on commit 3fe4936

Please sign in to comment.