aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCara Salter <cara@devcara.com>2022-09-20 17:50:58 -0400
committerCara Salter <cara@devcara.com>2022-09-20 17:50:58 -0400
commite549bc0a5c39e85fb94cb289497f1b245b564947 (patch)
tree29c670defabccc273cd3e4a1691220d0bc779496
parent9de84e3fbae0f2893e9c4f1425afa06899959bf7 (diff)
downloadnccd-e549bc0a5c39e85fb94cb289497f1b245b564947.tar.gz
nccd-e549bc0a5c39e85fb94cb289497f1b245b564947.zip
add requirements
-rw-r--r--requirements.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..ae9efb1
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,27 @@
+alembic==1.8.1
+click==8.1.3
+Flask==2.2.2
+Flask-Assets==2.0
+Flask-Login==0.6.2
+Flask-Migrate==3.1.0
+Flask-SQLAlchemy==2.5.1
+Flask-WTF==1.0.1
+greenlet==1.1.3
+itsdangerous==2.1.2
+Jinja2==3.1.2
+Mako==1.2.2
+MarkupSafe==2.1.1
+msgpack==1.0.4
+neovim==0.3.1
+psycopg==3.1.1
+psycopg2==2.9.3
+pynvim==0.4.3
+python-dotenv==0.21.0
+SQLAlchemy==1.4.41
+SQLAlchemy-Utils==0.38.3
+toml==0.10.2
+typing_extensions==4.3.0
+ulid==1.1
+webassets==2.0
+Werkzeug==2.2.2
+WTForms==3.0.1