Skip to content

Commit

Permalink
loosen dependencies in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclarke committed Dec 9, 2022
1 parent 4d252d3 commit 004eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
license="BSD 2-Clause License",
packages=find_packages(exclude=["*tests", "tests.*"]),
python_requires=">=3.6.0",
install_requires=["gql==3.0.0", "requests==2.27.1", "requests-toolbelt==0.9.1"],
install_requires=["gql>=3.0.0", "requests>=2.27.1", "requests-toolbelt>=0.9.1"],
extras_require={},
)

0 comments on commit 004eed8

Please sign in to comment.