Skip to content

Commit

Permalink
Readability, please...
Browse files Browse the repository at this point in the history
  • Loading branch information
willianantunes committed Mar 31, 2019
1 parent f8213fa commit ac016b4
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit ac016b4

Please sign in to comment.