Some tidying

This commit is contained in:
Nichlas Severinsen 2019-05-16 10:37:28 +02:00
parent e45367a875
commit 56e9beaa20
8 changed files with 87 additions and 47 deletions

View file

@ -14,8 +14,8 @@ setup(
scripts=['libray/libray'],
install_requires=[
'tqdm==4.23.4',
'pycrypto==2.6.1',
'requests==2.19.1',
'pycrypto==2.6.1',
'requests==2.19.1',
'beautifulsoup4==4.6.0',
],
)