Skip to content

Commit b14177e

Browse files
removing remaining dependencies
1 parent e520f63 commit b14177e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@
1616
'Intended Audience :: Developers',
1717
'Natural Language :: English',
1818
'Operating System :: OS Independent',
19-
'Programming Language :: Python :: 3.6',
20-
'Programming Language :: Python :: 3.7',
2119
'Programming Language :: Python :: 3.8',
20+
'Programming Language :: Python :: 3.9',
2221
'Topic :: Software Development :: Libraries :: Python Modules'
2322
],
2423
tests_require=['coverage'],
25-
install_requires=['pycryptodome>=3.8.1', 'pyOpenSSL>=22.1.0,<=23.2.0', 'setuptools>=39.0.1' ]
24+
install_requires=['pycryptodome>=3.8.1', 'setuptools>=69.1.0',"cryptography>=42.0.0" ]
2625
)

0 commit comments

Comments
 (0)