Require aiopg to be less than 1.3.0 (#560)

This commit is contained in:
Ryan, Siu Long Wa
2021-07-02 05:01:25 +08:00
committed by GitHub
parent 5b43a5993d
commit c100b21fa4
5 changed files with 6 additions and 4 deletions

View File

@ -404,7 +404,7 @@ deps =
pymongo ~= 3.1
PyMySQL ~= 0.10.1
psycopg2 ~= 2.8.4
aiopg >= 0.13.0
aiopg >= 0.13.0, < 1.3.0
sqlalchemy ~= 1.3.16
redis ~= 3.3.11
celery[pytest] >= 4.0, < 6.0