Fix minimum versions in requirements.txt
It appears we need to bump some minimum versions for changes made in Zed. This patch sets: alembic>=1.8.0 Change-Id: I3e3e1a4701c52003e4adf2738b1ca8598d4cae47
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# 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.
|
||||
alembic>=1.6.5 # MIT
|
||||
alembic>=1.8.0 # MIT
|
||||
eventlet>=0.26.1 # MIT
|
||||
Flask!=0.11,>=0.10 # BSD
|
||||
greenlet>=0.4.15 # MIT
|
||||
|
||||
Reference in New Issue
Block a user