Skip to content

Commit 7115306

Browse files
committed
fix impossible dependencies of dependencies
fixes #161
1 parent 5b63084 commit 7115306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def run_tests(self):
7373
'django': [
7474
'Django>=1.6.0',
7575
'singledispatch>=3.4.0.3',
76-
'graphql-django-view==1.3b1',
76+
'graphql-django-view>=1.3',
7777
],
7878
'sqlalchemy': [
7979
'sqlalchemy',

0 commit comments

Comments
 (0)