From 0b9c756509a78baf07f884dc26485d9efb78779b Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Fri, 25 Sep 2015 15:27:29 +0200 Subject: [PATCH] Upgrade Alembic to 0.8.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 413abda0..da0098a2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ MySQL-python==1.2.5 SQLAlchemy==0.9.8 Sphinx==1.2.3 Werkzeug==0.9.6 -alembic==0.6.7 +alembic==0.8.2 biopython==1.64 chardet==2.3.0 cssselect==0.9.1 -- GitLab