Skip to content

Commit 037b8b4

Browse files
Updates overall dependencies and added gunicorn and gevent
1 parent a4434ed commit 037b8b4

File tree

2 files changed

+204
-135
lines changed

2 files changed

+204
-135
lines changed

Pipfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ drf-extensions = "*"
2727
graphene-django = "*"
2828
# Database driver
2929
psycopg2-binary = "*"
30+
### WSGI
31+
gunicorn = "*"
32+
gevent = "*"
3033
### GraphQL clients
3134
graphqlclient = "*"
3235
gql = "*"

0 commit comments

Comments
 (0)