Update requirement versions and allow compatible versions to be used
This commit is contained in:
parent
92b37f6be7
commit
79f303be57
2 changed files with 10 additions and 8 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
tqdm==4.32.2
|
tqdm~=4.62.3
|
||||||
pycryptodome==3.9.8
|
pycryptodome~=3.14.1
|
||||||
requests==2.22.0
|
requests~=2.27.1
|
||||||
beautifulsoup4==4.7.1
|
beautifulsoup4~=4.10.0
|
||||||
|
html5lib~=1.1
|
||||||
|
|
|
||||||
9
setup.py
9
setup.py
|
|
@ -21,10 +21,11 @@ setup(
|
||||||
packages=['libray'],
|
packages=['libray'],
|
||||||
scripts=['libray/libray'],
|
scripts=['libray/libray'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'tqdm==4.32.2',
|
'tqdm~=4.62.3',
|
||||||
'pycryptodome==3.9.8',
|
'pycryptodome~=3.14.1',
|
||||||
'requests==2.22.0',
|
'requests~=2.27.1',
|
||||||
'beautifulsoup4==4.7.1',
|
'beautifulsoup4~=4.10.0',
|
||||||
|
'html5lib~=1.1'
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
package_data={'': ['data/keys.db']},
|
package_data={'': ['data/keys.db']},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue