Skip to content

Commit 4303420

Browse files
committed
Merge pull request #162 from stefanfoulis/patch-1
fix impossible dependencies of dependencies
2 parents 5b63084 + 7115306 commit 4303420

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)