File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 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
32pylibscrypt
43libnacl
54base58
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def is_exe(fpath):
3737 dependency_links .append (match .group ('link' ))
3838 else :
3939 install_requires .append (requirement )
40-
40+
4141setup (
4242 name = 'ucoinpy' ,
4343
@@ -64,7 +64,7 @@ def is_exe(fpath):
6464 "License :: OSI Approved :: GNU General Public License v3 (GPLv3)" ,
6565 "Natural Language :: French" ,
6666 "Operating System :: OS Independent" ,
67- "Programming Language :: Python :: 3.4 " ,
67+ "Programming Language :: Python :: 3.5 " ,
6868 "Topic :: Communications" ,
6969 ],
7070 install_requires = install_requires ,
Original file line number Diff line number Diff line change 2121MANAGED_API = ["BASIC_MERKLED_API" ]
2222
2323__author__ = 'Caner Candan & inso'
24- __version__ = '0.12.2 '
24+ __version__ = '0.13.0 '
2525__nonsense__ = 'uCoin'
2626
2727from . import api , documents , key
You can’t perform that action at this time.
0 commit comments