diff options
author | Botond Hende <nettingman@gmail.com> | 2024-08-25 16:30:51 +0200 |
---|---|---|
committer | Botond Hende <nettingman@gmail.com> | 2024-08-25 16:30:51 +0200 |
commit | b3c35c2ca00106fe475d82baa580ee26ee64e1ba (patch) | |
tree | a75b346a884b08628c16e2b3263fc5a45faa7ad8 /requirements.txt | |
parent | b0cab01ab962e4a0f704012eac28786597726be1 (diff) |
create/connect to database on startup
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 13712cc..7833938 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ fastapi[standard] +passlib[bcrypt] |