Skip to content

Retry requests for Python API #964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
added to requirements
  • Loading branch information
Kully committed Mar 9, 2018
commit 77339e2b63ea76bf02f4d0e3d3ce5e1f374b2a4f
5 changes: 1 addition & 4 deletions optional-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ scipy
jupyter
ipykernel

## deps for _county_choropleth.py figure factory
## deps for _county_choropleth.py figure factory ##
pyshp
geopandas
shapely

## retrying requests
retrying
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ six==1.8.0

## timezone definitions ##
pytz==2014.9

## retrying requests ##
retrying==1.3.3
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ deps=
requests==2.12.4
six==1.10.0
pytz==2016.10
retrying==1.3.3
optional: numpy==1.11.3
optional: ipython[all]==5.1.0
optional: jupyter==1.0.0
Expand All @@ -65,7 +66,6 @@ deps=
optional: shapely==1.6.3
optional: geopandas==0.3.0
optional: pyshp==1.2.10
optional: retrying==1.3.3

; CORE ENVIRONMENTS
[testenv:py27-core]
Expand Down