Updating projet config

This commit is contained in:
2025-01-20 11:30:47 +01:00
parent 5dd885a061
commit fe84d6de2f
3 changed files with 13 additions and 2 deletions

4
.gitignore vendored
View File

@@ -1,3 +1,7 @@
api/app/database.db
api/password
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/

7
api/app/requirements.txt Normal file
View File

@@ -0,0 +1,7 @@
uvicorn
sqlmodel
alembic
fastapi
fastapi-pagination
fastapi-users[sqlmodel]
fastapi-users-db-sqlmodel

View File

@@ -1,11 +1,11 @@
{
"name": "auth-material-ui",
"name": "budget-forecast-gui",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "auth-material-ui",
"name": "budget-forecast-gui",
"version": "1.0.0",
"dependencies": {
"@emotion/react": "^11.8.2",