add some missing libraries
This commit is contained in:
parent
8fa5d38f82
commit
171a94f174
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user