Reduce minimum version of cryptography package for ease of building on

Oracle Linux.
This commit is contained in:
Anthony Tuininga 2022-09-28 18:09:45 -06:00
parent e07ff6235b
commit 91b60bf099
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ classifiers =
zip_safe = false
python_requires = >=3.6
setup_requires = cython
install_requires = cryptography>=3.4
install_requires = cryptography>=3.2.1
test_suite = tests
packages = find:
package_dir =