This commit is contained in:
parent
be039e7376
commit
00dff24767
8 changed files with 1208 additions and 843 deletions
|
@ -7,15 +7,15 @@ readme = "README.md"
|
|||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
ocpp = "^0.26.0"
|
||||
fastapi = "^0.110.0"
|
||||
uvicorn = {extras = ["standard"], version = "^0.28.0"}
|
||||
websockets = "^12.0"
|
||||
python = "^3.12"
|
||||
ocpp = "^2.0.0"
|
||||
fastapi = {extras = ["standard"], version = "^0.115.11"}
|
||||
uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
||||
websockets = "^15.0"
|
||||
sqlalchemy = "^2.0.28"
|
||||
alembic = "^1.13.1"
|
||||
alembic = "^1.15.1"
|
||||
gunicorn = "^22.0.0"
|
||||
psycopg2-binary = "^2.9.9"
|
||||
psycopg2-binary = "^2.9.10"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue