removing loguru python dependency

This commit is contained in:
Mose Müller 2023-10-16 16:58:16 +02:00
parent 886b086180
commit 453076da86
2 changed files with 650 additions and 517 deletions

1166
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -10,7 +10,6 @@ packages = [{ include = "pydase", from = "src" }]
[tool.poetry.dependencies]
python = "^3.10"
rpyc = "^5.3.1"
loguru = "^0.7.0"
fastapi = "^0.100.0"
uvicorn = "^0.22.0"
toml = "^0.10.2"