Skip to content

Commit 10a4b6a

Browse files
author
mongkok
committed
Fixed graphene-django requirement
1 parent 032b69a commit 10a4b6a

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
@@ -31,7 +31,7 @@ def get_version(package):
3131
packages=find_packages(exclude=['tests*']),
3232
install_requires=[
3333
'Django>=2.0',
34-
'graphene-django==3.0.0b1',
34+
'graphene-django>=3.0.0b1',
3535
],
3636
classifiers=[
3737
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)