add some missing libraries

This commit is contained in:
osbm 2025-05-05 16:03:30 +03:00
parent 8fa5d38f82
commit 171a94f174

View File

@ -31,11 +31,18 @@
uvicorn # ASGI server uvicorn # ASGI server
sqlalchemy # ORM sqlalchemy # ORM
python-multipart # fastapi multipart form data python-multipart # fastapi multipart form data
jwt
psycopg2-binary
passlib
] ]
)) ))
fastapi-cli fastapi-cli
sqlitestudio sqlitestudio
]; ];
shellHook = ''
docker compose down
docker compose up -d
'';
}; };
}); });
# app for backing up the data # app for backing up the data