Upgrade ecdsa to version 0.13.3
This commit is contained in:
parent
99532dda1b
commit
f74e392cbe
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -18,7 +18,7 @@ setup(
|
||||||
'asyncio>=3.4.3',
|
'asyncio>=3.4.3',
|
||||||
'aiohttp==3.5.4',
|
'aiohttp==3.5.4',
|
||||||
'aiojobs==0.2.2',
|
'aiojobs==0.2.2',
|
||||||
'ecdsa==0.13',
|
'ecdsa>=0.13.3',
|
||||||
'cryptography==2.5',
|
'cryptography==2.5',
|
||||||
'aiosqlite==0.10.0',
|
'aiosqlite==0.10.0',
|
||||||
'PyNaCl>=1.3.0',
|
'PyNaCl>=1.3.0',
|
||||||
|
|
Loading…
Reference in a new issue