Skip to content

Commit 2443209

Browse files
committed
0.0.5 of backports.lzma is broken, pinning to working 0.0.3
1 parent 25f2cc9 commit 2443209

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ future
22
six
33
dill
44
bz2file
5-
backports.lzma
5+
backports.lzma==0.0.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
long_description = open('README.md').read()
99

1010
if sys.version_info.major == 2 or '__pypy__' in sys.builtin_module_names:
11-
install_requires = ['future', 'six', 'dill', 'bz2file', 'backports.lzma']
11+
install_requires = ['future', 'six', 'dill', 'bz2file', 'backports.lzma==0.0.3']
1212
else:
1313
install_requires = ['future', 'six', 'dill']
1414

0 commit comments

Comments
 (0)