Fix docker build issue and remove deprecated compose version
This commit is contained in:
11
backend/requirements.txt
Normal file
11
backend/requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
fastapi
|
||||||
|
uvicorn
|
||||||
|
sqlmodel
|
||||||
|
psycopg2-binary
|
||||||
|
python-jose[cryptography]
|
||||||
|
passlib[bcrypt]
|
||||||
|
python-multipart
|
||||||
|
nicegui
|
||||||
|
httpx
|
||||||
|
python-dotenv
|
||||||
|
pytest
|
||||||
@@ -1,5 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
|
|||||||
11
frontend/requirements.txt
Normal file
11
frontend/requirements.txt
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
fastapi
|
||||||
|
uvicorn
|
||||||
|
sqlmodel
|
||||||
|
psycopg2-binary
|
||||||
|
python-jose[cryptography]
|
||||||
|
passlib[bcrypt]
|
||||||
|
python-multipart
|
||||||
|
nicegui
|
||||||
|
httpx
|
||||||
|
python-dotenv
|
||||||
|
pytest
|
||||||
Reference in New Issue
Block a user