Reduce minimum version of cryptography package for ease of building on
Oracle Linux.
This commit is contained in:
parent
e07ff6235b
commit
91b60bf099
|
@ -36,7 +36,7 @@ classifiers =
|
||||||
zip_safe = false
|
zip_safe = false
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
setup_requires = cython
|
setup_requires = cython
|
||||||
install_requires = cryptography>=3.4
|
install_requires = cryptography>=3.2.1
|
||||||
test_suite = tests
|
test_suite = tests
|
||||||
packages = find:
|
packages = find:
|
||||||
package_dir =
|
package_dir =
|
||||||
|
|
Loading…
Reference in New Issue