removing python 3.8 support

This commit is contained in:
Mose Müller
2023-09-19 14:04:42 +02:00
parent c182e11527
commit dc432a1238
2 changed files with 69 additions and 755 deletions

View File

@ -8,7 +8,7 @@ packages = [{ include = "pydase", from = "src" }]
[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
rpyc = "^5.3.1"
loguru = "^0.7.0"
fastapi = "^0.100.0"
@ -17,7 +17,7 @@ toml = "^0.10.2"
python-socketio = "^5.8.0"
websockets = "^11.0.3"
confz = "^2.0.0"
pint = "^0.21"
pint = "^0.22"
pillow = "^10.0.0"
[tool.poetry.group.dev.dependencies]