Skip to content

Commit

Permalink
Limit requests version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbedrich committed Jun 20, 2019
1 parent 014ab11 commit e275a57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Pycaching has following requirements:
.. code::
Python>=3.4
requests>=2.8
requests>=2.8, <=2.21
beautifulsoup4>=4.4
geopy>=1.11
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def run(self):
"description": "Geocaching.com site crawler. Provides tools for searching, fetching caches and geocoding.",
"long_description": long_description,
"keywords": ["geocaching", "crawler", "geocache", "cache", "search", "geocode", "travelbug"],
"install_requires": ["requests>=2.8", "beautifulsoup4>=4.4", "geopy>=1.11"],
"install_requires": ["requests>=2.8, <=2.21", "beautifulsoup4>=4.4", "geopy>=1.11"],
"tests_require": ["betamax >=0.8, <0.9", "betamax-serializers >=0.2, <0.3"],
"setup_requires": ["nose", "flake8<3.0.0", "coverage"], # flake8 >= 3.0 has incompatible API
"cmdclass": {"test": NoseTestCommand, "lint": LintCommand},
Expand Down

0 comments on commit e275a57

Please sign in to comment.