Fix version of requirements
This commit is contained in:
parent
8bbc9265e6
commit
c3fbfe3e56
2
setup.py
2
setup.py
@ -53,7 +53,7 @@ setup(
|
|||||||
license='GPLv3',
|
license='GPLv3',
|
||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
py_modules=['buku'],
|
py_modules=['buku'],
|
||||||
install_requires=['urllib3>=1.13.1', 'cryptography>=4.4.1', 'beautifulsoup4>=1.2.3'],
|
install_requires=['urllib3>=1.13.1', 'beautifulsoup4>=4.4.1', 'cryptography>=1.2.3'],
|
||||||
packages=find_packages(exclude=['tests']),
|
packages=find_packages(exclude=['tests']),
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
entry_points={
|
entry_points={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user