Set up Alembic. Fixes #54

This commit is contained in:
Tulir Asokan
2018-02-11 18:42:31 +02:00
parent 33d39166c4
commit 70c686a7fc
7 changed files with 206 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ setuptools.setup(
install_requires=[
"aiohttp>=2.3.10,<3",
"SQLAlchemy>=1.2.2,<2",
"alembic>=0.9.7",
"Markdown>=2.6.11,<3",
"ruamel.yaml>=0.15.35,<0.16",
"Pillow>=5.0.0,<6",