Compare commits
11 commits
dae1d7b9b8
...
d0f70a5193
Author | SHA1 | Date | |
---|---|---|---|
d0f70a5193 | |||
a61231957b | |||
43d6c7a3e6 | |||
e5c5d9e8c4 | |||
00fe7ca138 | |||
5ad07af3d2 | |||
b1a94c5359 | |||
148275dd98 | |||
be736638bd | |||
34b12f6a44 | |||
4f5f2be68f |
5 changed files with 484 additions and 495 deletions
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
image: mcr.microsoft.com/devcontainers/python:3.13-bookworm
|
image: mcr.microsoft.com/devcontainers/python:3.12-bookworm
|
||||||
volumes:
|
volumes:
|
||||||
- ../..:/simple-ocpp-cs:cached
|
- ../..:/simple-ocpp-cs:cached
|
||||||
command: sleep infinity
|
command: sleep infinity
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# `python-base` sets up all our shared environment variables
|
# `python-base` sets up all our shared environment variables
|
||||||
FROM python:3.13-slim AS python-base
|
FROM python:3.12-slim AS python-base
|
||||||
|
|
||||||
# python
|
# python
|
||||||
ENV PYTHONUNBUFFERED=1 \
|
ENV PYTHONUNBUFFERED=1 \
|
||||||
|
|
970
backend/poetry.lock
generated
970
backend/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -14,7 +14,7 @@ uvicorn = {extras = ["standard"], version = "^0.34.0"}
|
||||||
websockets = "^15.0"
|
websockets = "^15.0"
|
||||||
sqlalchemy = "^2.0.28"
|
sqlalchemy = "^2.0.28"
|
||||||
alembic = "^1.15.1"
|
alembic = "^1.15.1"
|
||||||
gunicorn = "^23.0.0"
|
gunicorn = "^22.0.0"
|
||||||
psycopg2-binary = "^2.9.10"
|
psycopg2-binary = "^2.9.10"
|
||||||
argon2-cffi = "^23.1.0"
|
argon2-cffi = "^23.1.0"
|
||||||
jwcrypto = "^1.5.6"
|
jwcrypto = "^1.5.6"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue