54 lines
1.1 KiB
TOML
54 lines
1.1 KiB
TOML
[tool.poetry]
|
|
name = "lrc-backend"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Tobias K. <kurze@kit.edu>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
ffmpeg-python = "*"
|
|
flask = "*"
|
|
flask-httpauth = "*"
|
|
flask-sqlalchemy = "*"
|
|
flask-login = "*"
|
|
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 = "*"
|
|
python-socketio = {version = "*", extras = ["client"]}
|
|
socketio-client = "*"
|
|
websocket-client = "*"
|
|
apscheduler = "*"
|
|
pillow = "*"
|
|
pydub = "*"
|
|
simpleaudio = "*"
|
|
flask-restx = "*"
|
|
campus_api_client = {git = "git@gitlab.kit.edu:kit/bib/it/tobias/campus_api_client.git"}
|
|
#cac = {git = "git@gitlab.kit.edu:kit/bib/it/tobias/campus_api_client.git"}
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|