Skip to content

Commit

Permalink
0.0.5 of backports.lzma is broken, pinning to working 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EntilZha committed Jun 6, 2016
1 parent 25f2cc9 commit 2443209
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 @@ -2,4 +2,4 @@ future
six
dill
bz2file
backports.lzma
backports.lzma==0.0.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = open('README.md').read()

if sys.version_info.major == 2 or '__pypy__' in sys.builtin_module_names:
install_requires = ['future', 'six', 'dill', 'bz2file', 'backports.lzma']
install_requires = ['future', 'six', 'dill', 'bz2file', 'backports.lzma==0.0.3']
else:
install_requires = ['future', 'six', 'dill']

Expand Down

0 comments on commit 2443209

Please sign in to comment.