Remove sqlalchemy-migrate from requirements.txt

With the migrations now gone, we can safely remove sqlalchemy-migrate
from requirements.txt and lower-constraints.txt.

Change-Id: Id8d03d9532bcf4c4f7ad1c1039fa6a42990f8d5d
This commit is contained in:
Chris Dent 2018-10-31 15:07:09 +00:00 committed by Matt Riedemann
parent 70190fa438
commit d4d0e52100
2 changed files with 0 additions and 2 deletions

View File

@ -145,7 +145,6 @@ Routes==2.3.1
simplejson==3.13.2
six==1.10.0
smmap2==2.0.3
sqlalchemy-migrate==0.11.0
SQLAlchemy==1.0.10
sqlparse==0.2.4
statsd==3.2.2

View File

@ -7,7 +7,6 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
keystonemiddleware>=4.17.0 # Apache-2.0
Routes>=2.3.1 # MIT
WebOb>=1.8.2 # MIT
sqlalchemy-migrate>=0.11.0 # Apache-2.0
jsonschema<3.0.0,>=2.6.0 # MIT
requests>=2.14.2 # Apache-2.0
six>=1.10.0 # MIT