Browse Source
requirements: set min version for aiohttp
sqlite_db
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
1 additions and
1 deletions
-
contrib/requirements/requirements.txt
|
@ -6,6 +6,6 @@ dnspython |
|
|
jsonrpclib-pelix |
|
|
jsonrpclib-pelix |
|
|
qdarkstyle<2.6 |
|
|
qdarkstyle<2.6 |
|
|
aiorpcx>=0.9,<0.11 |
|
|
aiorpcx>=0.9,<0.11 |
|
|
aiohttp |
|
|
aiohttp>=3.3.0 |
|
|
aiohttp_socks |
|
|
aiohttp_socks |
|
|
certifi |
|
|
certifi |
|
|