Updating projet config
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -1,3 +1,7 @@
|
||||
api/app/database.db
|
||||
api/password
|
||||
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
||||
7
api/app/requirements.txt
Normal file
7
api/app/requirements.txt
Normal file
@@ -0,0 +1,7 @@
|
||||
uvicorn
|
||||
sqlmodel
|
||||
alembic
|
||||
fastapi
|
||||
fastapi-pagination
|
||||
fastapi-users[sqlmodel]
|
||||
fastapi-users-db-sqlmodel
|
||||
4
gui/app/package-lock.json
generated
4
gui/app/package-lock.json
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user