diff options
author | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-20 09:54:18 +0100 |
---|---|---|
committer | Santo Cariotti <dcariotti24@gmail.com> | 2020-03-20 10:08:52 +0100 |
commit | 26d1731778602624ff5e5ef74d74d107faefed18 (patch) | |
tree | c5de9dd7b5e7d9de753cbe5d55d09306f32370bf | |
parent | 15b7a2007ce49f747e36ee8f92f329212a921454 (diff) |
chore: init requirements
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..bc2cc0e --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +flask +flask_cors +flask_sqlalchemy +flask-mail +pytz |