From f649fb890949245d1560186d07f049849eeb587e Mon Sep 17 00:00:00 2001 From: karen-avetisyan-mc Date: Tue, 20 Feb 2024 13:28:34 +0000 Subject: [PATCH] removing cryptography module --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 61f6c21..ffd90ee 100644 --- a/setup.py +++ b/setup.py @@ -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' ] )