Use zlib instead of gzip
This commit is contained in:
parent
de805696e2
commit
cf0a529cdb
4 changed files with 25 additions and 9 deletions
3
setup.py
3
setup.py
|
|
@ -13,8 +13,9 @@ setup(
|
|||
packages=['libray'],
|
||||
scripts=['libray/libray'],
|
||||
install_requires=[
|
||||
'tqdm==4.23.4',
|
||||
'pycrypto==2.6.1',
|
||||
'requests==2.19.1',
|
||||
'beautifulsoup4==4.6.0'
|
||||
'beautifulsoup4==4.6.0',
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue