Skip to content

Commit

Permalink
removing cryptography module
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Feb 20, 2024
1 parent ea786b8 commit f649fb8
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 @@ -22,5 +22,5 @@
'Topic :: Software Development :: Libraries :: Python Modules'
],
tests_require=['coverage'],
install_requires=['pycryptodome>=3.19.1', 'setuptools>=69.1.0', 'cryptography>=42.0.0']
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1' ]
)

0 comments on commit f649fb8

Please sign in to comment.