Use zlib instead of gzip

This commit is contained in:
Nichlas Severinsen 2018-07-07 12:13:11 +02:00
parent de805696e2
commit cf0a529cdb
4 changed files with 25 additions and 9 deletions

View file

@ -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',
],
)