Browse Source
Merge pull request #5834 from Electronic-Gulden-Foundation/fix/aiohttp
Aiohttp must be lower than 4.0.0
hard-fail-on-bad-server-string
ThomasV
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
contrib/requirements/requirements.txt
|
|
@ -5,7 +5,7 @@ protobuf |
|
|
|
dnspython |
|
|
|
qdarkstyle<2.7 |
|
|
|
aiorpcx>=0.18,<0.19 |
|
|
|
aiohttp>=3.3.0 |
|
|
|
aiohttp>=3.3.0,<4.0.0 |
|
|
|
aiohttp_socks |
|
|
|
certifi |
|
|
|
bitstring |
|
|
|