Skip to content

Commit

Permalink
Merge pull request #90 from slurms/patch-1
Browse files Browse the repository at this point in the history
Don't require a specific version of django-filter
  • Loading branch information
eamigo86 authored Dec 16, 2018
2 parents 20238fd + 515ee48 commit 67fad8d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ def get_packages():
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: PyPy',
],

keywords='api graphql protocol rest graphene django',

packages=get_packages(),

install_requires=[
'graphql-core==2.0',
'graphene==2.0.1',
'graphene-django==2.0',
'django-filter==1.1.0',
'graphql-core>=2.1.0',
'graphene>=2.1.3',
'graphene-django>=2.2.0',
'django-filter>=1.1.0',
'djangorestframework>=3.6.0'
],
extras_require={
Expand Down

0 comments on commit 67fad8d

Please sign in to comment.