We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 947245e + 72c5866 commit 5915ae9Copy full SHA for 5915ae9
setup.py
@@ -9,7 +9,7 @@
9
10
setup(
11
name='sshpubkeys',
12
- version='3.2.0',
+ version='3.3.0',
13
description='SSH public key parser',
14
long_description=long_description,
15
url='https://github.com/ojarva/python-sshpubkeys',
@@ -31,6 +31,7 @@
31
keywords='ssh pubkey public key openssh ssh-rsa ssh-dss ssh-ed25519',
32
packages=["sshpubkeys"],
33
test_suite="tests",
34
+ python_requires='>=3',
35
install_requires=['cryptography>=2.1.4', 'ecdsa>=0.13'],
36
extras_require={
37
'dev': ['twine', 'wheel', 'yapf'],
0 commit comments