prepare migration script to add ulid column

This commit is contained in:
Yax 2022-01-23 18:22:23 +01:00
parent ccf0b2b688
commit 865472af51
3 changed files with 52 additions and 1 deletions

View file

@ -18,6 +18,7 @@ requests = "^2.25.1"
coverage = "^5.5"
peewee = "^3.14.8"
tox = "^3.24.5"
python-ulid = "^1.0.3"
[tool.poetry.dev-dependencies]
rope = "^0.16.0"