diff --git a/requirements.txt b/requirements.txt index 2681bac..af7c09a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,10 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. - pbr>=5.8.0 # Apache-2.0 fastapi<=0.58.1 # MIT pydantic<=1.8.2 # MIT uvicorn<=0.17.6 # BSD License (3 clause) gunicorn>=20.1.0 # MIT python-jose<=3.3.0 # MIT -databases<=0.5.5 # BSD License (3 clause) +databases<=0.8.0 # BSD License (3 clause) aiomysql<=0.1.1 # MIT aiosqlite<=0.17.0 # MIT loguru<=0.5.3 # MIT