Skip to content

Commit

Permalink
Switch to backports.functools-lru-cache 1.4
Browse files Browse the repository at this point in the history
backports.functools-lru-cache 1.2.1 has been pulled from pypi.
Any new builds/installs are breaking.
updatates the requirements to the most recent version
  • Loading branch information
rtdean committed Nov 30, 2017
1 parent 66ac193 commit 3e069f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ nose-cov==1.6
chai==1.1.1
sphinx==1.3.5
simplejson==3.6.5
backports.functools_lru_cache==1.2.1
backports.functools_lru_cache==1.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def grep(attrname):

install_requires = ['python-dateutil']
if sys.version_info[0] < 3:
install_requires.append('backports.functools_lru_cache==1.2.1')
install_requires.append('backports.functools_lru_cache==1.4')

setup(
name='arrow',
Expand Down

0 comments on commit 3e069f4

Please sign in to comment.