Skip to content

Commit fe35baa

Browse files
author
=
committed
Fix merge conflict
1 parent c952ef1 commit fe35baa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
'pytest-django==2.9.1',
2525
] + rest_framework_require
2626

27+
django_version = 'Django>=1.8.0,<2' if sys.version_info[0] < 3 else 'Django>=1.8.0'
2728
setup(
2829
name='graphene-django',
2930
version=version,
@@ -59,6 +60,7 @@
5960
'six>=1.10.0',
6061
'graphene>=2.0.1,<3',
6162
'Django>=1.8.0',
63+
django_version,
6264
'iso8601',
6365
'singledispatch>=3.4.0.3',
6466
'promise>=2.1',

0 commit comments

Comments
 (0)