add some missing libraries
This commit is contained in:
parent
8fa5d38f82
commit
171a94f174
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue