Skip to content

Commit

Permalink
Fix lru cache install
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Ryan <[email protected]>
  • Loading branch information
techalchemy committed Oct 3, 2018
1 parent d5a5991 commit 60e9ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3
setup_requires = setuptools>=36.2.2
install_requires =
appdirs
backports-functools-lru-cache;python_version <= "3.4"
backports.functools_lru_cache; python_version <= "3.4"
cached-property
distlib
installer
Expand Down

0 comments on commit 60e9ed8

Please sign in to comment.