File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- asyncio
2
- aiohttp
1
+ aiohttp >= 0.19.0
3
2
pylibscrypt
4
3
libnacl
5
4
base58
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def is_exe(fpath):
37
37
dependency_links .append (match .group ('link' ))
38
38
else :
39
39
install_requires .append (requirement )
40
-
40
+
41
41
setup (
42
42
name = 'ucoinpy' ,
43
43
@@ -64,7 +64,7 @@ def is_exe(fpath):
64
64
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
65
65
"Natural Language :: French" ,
66
66
"Operating System :: OS Independent" ,
67
- "Programming Language :: Python :: 3.4 " ,
67
+ "Programming Language :: Python :: 3.5 " ,
68
68
"Topic :: Communications" ,
69
69
],
70
70
install_requires = install_requires ,
Original file line number Diff line number Diff line change 21
21
MANAGED_API = ["BASIC_MERKLED_API" ]
22
22
23
23
__author__ = 'Caner Candan & inso'
24
- __version__ = '0.12.2 '
24
+ __version__ = '0.13.0 '
25
25
__nonsense__ = 'uCoin'
26
26
27
27
from . import api , documents , key
You can’t perform that action at this time.
0 commit comments