Skip to content

Commit

Permalink
Merge pull request #151 from duo-labs/sync-setup-py-install-requires
Browse files Browse the repository at this point in the history
sync-setup-py-install-requires
  • Loading branch information
MasterKale committed May 4, 2023
2 parents 2ea4b72 + 0555667 commit f4bb13d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ def find_version(*file_paths):
install_requires=[
'asn1crypto>=1.4.0',
'cbor2>=5.4.2.post1',
'cryptography>=36.0.1',
'cryptography>=39.0.1',
'pydantic>=1.9.0',
'pyOpenSSL>=22.0.0',
'pyOpenSSL>=23.0.0',
]
)

0 comments on commit f4bb13d

Please sign in to comment.