Skip to content

Commit b1948d7

Browse files
committed
Make graphene>=2.1 as a requirement
1 parent 10d2f3e commit b1948d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
install_requires=[
6060
'six>=1.10.0',
61-
'graphene>=2.0.1,<3',
61+
'graphene>=2.1,<3',
6262
'graphql-core>=2.1rc1',
6363
django_version,
6464
'iso8601',

0 commit comments

Comments
 (0)