Weird bug
This commit is contained in:
parent
fbec245501
commit
de805696e2
5 changed files with 15 additions and 5 deletions
6
setup.py
6
setup.py
|
|
@ -12,5 +12,9 @@ setup(
|
|||
url="https://notabug.org/necklace/libray",
|
||||
packages=['libray'],
|
||||
scripts=['libray/libray'],
|
||||
install_requires=['pycrypto==2.6.1'],
|
||||
install_requires=[
|
||||
'pycrypto==2.6.1',
|
||||
'requests==2.19.1',
|
||||
'beautifulsoup4==4.6.0'
|
||||
],
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue