We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3d115 commit 7ae7eaeCopy full SHA for 7ae7eae
setup.py
@@ -43,11 +43,10 @@ def get_version(package):
43
packages=find_packages(exclude=["tests*"]),
44
install_requires=[
45
"Django>=2.2.0",
46
- "django-graphql-jwt==0.3.0",
+ "django-graphql-jwt>=0.3.0",
47
"django-filter>=2.2.0",
48
"graphene_django>=2.1.8",
49
- "graphene>=2.1.8",
50
- "PyJWT<2.0.0",
+ "graphene<3,>=2.1.8",
51
],
52
tests_require=tests_require,
53
classifiers=[
0 commit comments