diff options
author | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:19:03 +0200 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2022-05-15 13:23:35 +0200 |
commit | 6d58a93c42ba7003237055da82bd339a66bd3cc8 (patch) | |
tree | fd20fb0d077bcc1c147a13f13ef733b6f9de63e3 | |
parent | 6a2a51cb23cf73bc15b8c555ba58850e5605d000 (diff) |
Requirements file.
-rw-r--r-- | requirements.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9fcdc3b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,20 @@ +blinker==1.4 +click==8.1.2 +dominate==2.6.0 +Flask==2.1.2 +Flask-DebugToolbar==0.13.1 +Flask-Login==0.6.1 +Flask-SQLAlchemy==2.5.1 +Flask-WTF==1.0.1 +greenlet==1.1.2 +itsdangerous==2.1.2 +Jinja2==3.1.1 +MarkupSafe==2.1.1 +mypy-extensions==0.4.3 +pathspec==0.9.0 +platformdirs==2.5.1 +SQLAlchemy==1.4.35 +tomli==2.0.1 +visitor==0.1.3 +Werkzeug==2.1.1 +WTForms==3.0.1 |