Skip to content

Commit

Permalink
Loosen requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kgleba committed Jun 23, 2024
1 parent cd3ba8a commit 1732d99
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 @@ -11,7 +11,7 @@
packages=["arxiv"],
# dependencies
python_requires=">=3.7",
install_requires=["feedparser==6.0.10", "requests==2.32.0"],
install_requires=["feedparser~=6.0.10", "requests~=2.32.0"],
tests_require=["pytest", "pdoc", "ruff"],
# metadata for upload to PyPI
author="Lukas Schwab",
Expand Down

0 comments on commit 1732d99

Please sign in to comment.