Skip to content

Commit

Permalink
Merge pull request #86 from Venafi/pypi_fix
Browse files Browse the repository at this point in the history
Adding dependencies to setup.py
  • Loading branch information
rvelaVenafi authored Nov 30, 2021
2 parents 7008ac2 + fbf79a0 commit 0d5afc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
packages=['vcert', 'vcert.parser', 'vcert.policy'],
install_requires=['requests<=2.25.1', 'python-dateutil<=2.8.1', 'certvalidator<=0.11.1', 'six<=1.15.0',
'enum34;python_version<"3.4"', 'ipaddress;python_version<"3.3"',
'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'],
description='Python client library for Venafi Trust Protection Platform and Venafi Cloud.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 0d5afc8

Please sign in to comment.