fix: Install deutschland via HTTPS link

This commit is contained in:
TrisNol
2023-08-18 14:27:32 +02:00
parent eb0962e1be
commit f64e0dd96e
2 changed files with 13 additions and 13 deletions

View File

@ -37,7 +37,7 @@ version = "0.1.0"
[tool.poetry.dependencies]
SQLAlchemy = {version = "^1.4.46", extras = ["mypy"]}
dash = "^2.11.1"
deutschland = {git = "git@github.com:TrisNol/deutschland.git", rev = "hotfix/python-3.11-support"}
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
loguru = "^0.7.0"
matplotlib = "^3.7.1"
plotly = "^5.14.1"