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 # ---> Python
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __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", "version": "1.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "auth-material-ui", "name": "budget-forecast-gui",
"version": "1.0.0", "version": "1.0.0",
"dependencies": { "dependencies": {
"@emotion/react": "^11.8.2", "@emotion/react": "^11.8.2",