migrated to poetry; updated all packages

This commit is contained in:
2023-10-13 12:05:23 +02:00
parent 6e2fa6c101
commit 52664b7adb
2 changed files with 2019 additions and 0 deletions

1978
poetry.lock generated Normal file

File diff suppressed because it is too large Load Diff

41
pyproject.toml Normal file
View File

@@ -0,0 +1,41 @@
[tool.poetry]
name = "lrc-backend"
version = "0.1.0"
description = ""
authors = ["Tobias Kurze <it@t-kurze.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
flask = "*"
flask-httpauth = "*"
flask-sqlalchemy = "*"
pyjwt = "*"
passlib = "*"
sqlalchemy = "*"
sqlalchemy-migrate = "*"
flask-script = "*"
flask-migrate = "*"
coverage = "*"
flask-testing = "*"
flask-pyoidc = "*"
python-jose = "*"
flask-jwt-extended = "*"
ssh2-python = "*"
update = "*"
flask-cors = "*"
html5lib = "*"
beautifulsoup4 = "*"
flask-socketio = "*"
eventlet = "*"
ics = "*"
coloredlogs = "*"
pythonping = "*"
scapy = "*"
flask-login = "^0.6.2"
werkzeug = "2.*"
flask-restx = "^1.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"