Skip to content

Commit 7fb25ca

Browse files
committed
Require pyasn1 0.1.3
1 parent ad72727 commit 7fb25ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
'Topic :: Security :: Cryptography',
3030
],
3131
install_requires=[
32-
'pyasn1 >= 0.0.13',
32+
'pyasn1 >= 0.1.3',
3333
],
3434
entry_points={ 'console_scripts': [
3535
'pyrsa-priv2pub = rsa.util:private_to_public',

0 commit comments

Comments
 (0)