We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7008ac2 + fbf79a0 commit 0d5afc8Copy full SHA for 0d5afc8
1 file changed
setup.py
@@ -17,7 +17,7 @@
17
packages=['vcert', 'vcert.parser', 'vcert.policy'],
18
install_requires=['requests<=2.25.1', 'python-dateutil<=2.8.1', 'certvalidator<=0.11.1', 'six<=1.15.0',
19
'enum34;python_version<"3.4"', 'ipaddress;python_version<"3.3"',
20
- 'cryptography<=3.3.2', 'future;python_version<"3"', 'ruamel.yaml<0.17'],
+ 'cryptography<=3.3.2', 'future;python_version<"3"', 'ruamel.yaml<0.17', 'pynacl>=1.4.0'],
21
description='Python client library for Venafi Trust Protection Platform and Venafi Cloud.',
22
long_description=long_description,
23
long_description_content_type="text/markdown",
0 commit comments