Skip to content

Commit 790ee29

Browse files
Reduce minimum version of cryptography package for ease of building on
Oracle Linux.
1 parent 1674d8c commit 790ee29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers =
3636
zip_safe = false
3737
python_requires = >=3.6
3838
setup_requires = cython
39-
install_requires = cryptography>=3.4
39+
install_requires = cryptography>=3.2.1
4040
test_suite = tests
4141
packages = find:
4242
package_dir =

0 commit comments

Comments
 (0)