Skip to content

Commit

Permalink
3 as major version for requests dep
Browse files Browse the repository at this point in the history
  • Loading branch information
csparpa committed Jun 21, 2018
1 parent 9fea90f commit 0d92ada
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Expand Up @@ -12,5 +12,5 @@ virtualenv = "==12.0.7"
twine = "==1.11.0"

[packages]
requests = "<2.19,==2.18.2"
requests = "<3,==2.18.2"
geojson = "<2.4,==2.3.0"
8 changes: 4 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
geojson>=2.3.0,<2.4
requests>=2.18.2,<2.19
requests>=2.18.2,<3
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,7 +21,7 @@
human-friendly fashion.""",
include_package_data=True,
install_requires=[
'requests>=2.18.2,<2.19',
'requests>=2.18.2,<3',
'geojson>=2.3.0,<2.4'
],
classifiers=[
Expand Down

0 comments on commit 0d92ada

Please sign in to comment.