sqlalchemy is used but not declared

in requirements.

It is used e.g. in
aodh/storage/sqlalchemy/models.py

Change-Id: I3677fddb70b4b2b0452e37a2a512997e7e4b5f0c
This commit is contained in:
Matthias Runge 2021-05-19 11:15:14 +02:00
parent f035533291
commit 95d616dc90
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ python-keystoneclient>=1.6.0
pytz>=2013.6
requests>=2.5.2
stevedore>=1.5.0 # Apache-2.0
sqlalchemy
tooz>=1.28.0 # Apache-2.0
voluptuous>=0.8.10
WebOb>=1.2.3