diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-10 16:01:11 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-10 16:01:11 +0530 |
commit | f170eeb2da8263e00b6ae1200f43a94716ca3862 (patch) | |
tree | 97a6dda2169492457fa432935edeceb32c867e5d /simple-requirements.txt | |
parent | 725951105c498011bd65e5d01c670e746cacde28 (diff) |
fixed tests
Diffstat (limited to 'simple-requirements.txt')
-rw-r--r-- | simple-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/simple-requirements.txt b/simple-requirements.txt index d154d78..89a6fa2 100644 --- a/simple-requirements.txt +++ b/simple-requirements.txt @@ -1,5 +1,6 @@ flask flask-sqlalchemy +flask-migrate flask-wtf flask-mailman email-validator @@ -11,4 +12,4 @@ fastapi uvicorn gunicorn requests -sentry-sdk[flask]
\ No newline at end of file +sentry-sdk[flask] |