From 1ac8cb902dbc6b0c14a76b935291936087b9641f Mon Sep 17 00:00:00 2001 From: addffa <adli.daffa5@gmail.com> Date: Sat, 29 Aug 2020 10:15:51 +0700 Subject: [PATCH] [CHORES] update requirements.txt --- requirements.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb089ee..8ad28d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,21 @@ +aniso8601==7.0.0 asgiref==3.2.10 coverage==5.2.1 Django==3.0.7 django-cors-headers==3.4.0 -django-graphql-jwt==0.3.1 +django-filter==2.3.0 +django-graphql-auth==0.3.11 +django-graphql-jwt==0.3.0 +graphene==2.1.8 graphene-django==2.10.1 +graphql-core==2.3.2 +graphql-relay==2.0.1 gunicorn==20.0.4 +promise==2.3 psycopg2-binary==2.8.5 +PyJWT==1.7.1 pytz==2020.1 +Rx==1.6.1 +singledispatch==3.4.0.3 +six==1.15.0 sqlparse==0.3.1 -- GitLab