Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Fixes #111
  • Loading branch information
PabloCastellano committed Mar 16, 2022
1 parent ec3d115 commit 7ae7eae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,10 @@ def get_version(package):
packages=find_packages(exclude=["tests*"]),
install_requires=[
"Django>=2.2.0",
"django-graphql-jwt==0.3.0",
"django-graphql-jwt>=0.3.0",
"django-filter>=2.2.0",
"graphene_django>=2.1.8",
"graphene>=2.1.8",
"PyJWT<2.0.0",
"graphene<3,>=2.1.8",
],
tests_require=tests_require,
classifiers=[
Expand Down

0 comments on commit 7ae7eae

Please sign in to comment.