Revert "chg: dev: cryptography minimum package"

This reverts commit b08396977f6d1b2f526d5eb270b1f6598c7b9630.
This commit is contained in:
rachmadaniHaryono 2018-07-19 12:36:36 +08:00
parent 23bd9bc182
commit 8bbc9265e6

View File

@ -53,7 +53,7 @@ setup(
license='GPLv3',
platforms=['any'],
py_modules=['buku'],
install_requires=['urllib3>=1.13.1', 'cryptography>=2.3', 'beautifulsoup4>=1.2.3'],
install_requires=['urllib3>=1.13.1', 'cryptography>=4.4.1', 'beautifulsoup4>=1.2.3'],
packages=find_packages(exclude=['tests']),
include_package_data=True,
entry_points={