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
99 * uCoin signing key
1010
1111## 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 ")
1514 * [ pylibscrypt] ( https://pypi.python.org/pypi/pylibscrypt " pylibscrypt ")
1615 * [ libnacl] ( https://pypi.python.org/pypi/libnacl " libnacl ")
1716 * [ base58] ( https://pypi.python.org/pypi/base58 " base58 ")
1817
1918##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 :
2120` pip install ucoinpy `
2221
2322Please 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