Skip to content

Commit 0d5afc8

Browse files
authored
Merge pull request #86 from Venafi/pypi_fix
Adding dependencies to setup.py
2 parents 7008ac2 + fbf79a0 commit 0d5afc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
packages=['vcert', 'vcert.parser', 'vcert.policy'],
1818
install_requires=['requests<=2.25.1', 'python-dateutil<=2.8.1', 'certvalidator<=0.11.1', 'six<=1.15.0',
1919
'enum34;python_version<"3.4"', 'ipaddress;python_version<"3.3"',
20-
'cryptography<=3.3.2', 'future;python_version<"3"', 'ruamel.yaml<0.17'],
20+
'cryptography<=3.3.2', 'future;python_version<"3"', 'ruamel.yaml<0.17', 'pynacl>=1.4.0'],
2121
description='Python client library for Venafi Trust Protection Platform and Venafi Cloud.',
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)