File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ A python implementation of [uCoin](https://github.com/ucoin-io/ucoin) API
9
9
* uCoin signing key
10
10
11
11
## Requirements
12
- * Python >= 3.3
13
- * [ aiohttp] ( https://pypi.python.org/pypi/aiohttp " aiohttp ")
14
- * [ asyncio] ( https://pypi.python.org/pypi/asyncio " asyncio ")
12
+ * Python >= 3.5
13
+ * [ aiohttp >= 0.19] ( https://pypi.python.org/pypi/aiohttp " aiohttp ")
15
14
* [ pylibscrypt] ( https://pypi.python.org/pypi/pylibscrypt " pylibscrypt ")
16
15
* [ libnacl] ( https://pypi.python.org/pypi/libnacl " libnacl ")
17
16
* [ base58] ( https://pypi.python.org/pypi/base58 " base58 ")
18
17
19
18
##Installation
20
- You can install ucoin-python-api and all its dependencies via the following pip install :
19
+ You can install ucoin-python-api and all its dependencies via the following pip install :
21
20
` pip install ucoinpy `
22
21
23
22
Please take a look at the document [ HTTP API] ( https://github.com/ucoin-io/ucoin/blob/master/doc/HTTP_API.md ) to learn about the API.
You can’t perform that action at this time.
0 commit comments