alembic migrations, init & Submissions.vote column

This commit is contained in:
Xevion
2021-02-14 01:20:22 -06:00
parent e6d001f2b7
commit 0e7bd35333
7 changed files with 242 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ aiosqlite = "~=0.16.1"
pytest = "*"
pytest-asyncio = "*"
sqlalchemy = "*"
alembic = "*"
[requires]
python_version = "3.7"