Skip to content

Commit

Permalink
fix impossible dependencies of dependencies
Browse files Browse the repository at this point in the history
fixes #161
  • Loading branch information
stefanfoulis committed May 13, 2016
1 parent 5b63084 commit 7115306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def run_tests(self):
'django': [
'Django>=1.6.0',
'singledispatch>=3.4.0.3',
'graphql-django-view==1.3b1',
'graphql-django-view>=1.3',
],
'sqlalchemy': [
'sqlalchemy',
Expand Down

0 comments on commit 7115306

Please sign in to comment.