Added django filter that is required for graphene

This commit is contained in:
genomics-geek 2019-10-05 12:05:42 -04:00
parent e05d053494
commit 5d61d636ee

View File

@ -33,6 +33,7 @@ django-redis==4.10.0 # https://github.com/niwinz/django-redis
graphene-django==2.6.0 # http://docs.graphene-python.org/projects/django/en/latest/
graphene-django-optimizer==0.6.0 # https://github.com/tfoxy/graphene-django-optimizer
graphene-file-upload==1.2.2 # https://github.com/lmcgartland/graphene-file-upload
django-filter==2.2.0 # https://github.com/carltongibson/django-filter
# Django REST Framework
djangorestframework==3.10.3 # https://github.com/encode/django-rest-framework