From ac016b4ea3a4bbaa1f56abe77d78a0e1b66a8009 Mon Sep 17 00:00:00 2001 From: Willian Antunes Date: Sun, 31 Mar 2019 19:17:11 -0300 Subject: [PATCH] Readability, please... --- requirements.txt | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c38ac8c..9dedf69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,21 @@ +############ +############ +### Django related stuff Django==2.1.7 djangorestframework==3.9.2 -psycopg2-binary==2.7.7 django-filter==2.1.0 drf-extensions==0.4.0 graphene-django==2.2.0 +# Database driver +psycopg2-binary==2.7.7 + +############ +############ +### GraphQL clients graphqlclient==0.2.4 -requests==2.21.0 gql==0.1.0 + +############ +############ +### Libs and other things +requests==2.21.0