pin SQLAlchemy version - fix #79

This commit is contained in:
Sam 2021-07-03 11:26:50 +02:00
parent 407aa71909
commit a96f8da2f2
2 changed files with 2 additions and 1 deletions

2
poetry.lock generated
View File

@ -1204,7 +1204,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "89cb11b4bb9f22624107a492cb04eab79a64d72c5db50aa36193376d4fb7bcd0"
content-hash = "a7fe6747981bc108e766d7253dcc27d8726bbc0ad6873bd16eb5a1ece2190645"
[metadata.files]
alabaster = [

View File

@ -38,6 +38,7 @@ pytz = "^2021.1"
shortuuid = "^1.0.1"
staticmap = "^0.5.4"
tqdm = "^4.61"
SQLAlchemy = "1.4.20"
[tool.poetry.dev-dependencies]
black = "^21.6b0"