feat: add h2 database dependency and configure in-memory datasource for dev profile

This commit is contained in:
2026-06-10 07:21:05 +00:00
parent 0dbe1def97
commit 9b425b33a5
2 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ RUN pip install \
sqlalchemy psycopg2-binary redis dataset
RUN pip install \
flask django fastapi starlette "uvicorn[standard]" gunicorn \
celery apscheduler watchfiles \
h2 celery apscheduler watchfiles \
websocket-client websockets \
beautifulsoup4 lxml scrapy
RUN pip install \