diff options
author | erdgeist <erdgeist@erdgeist.org> | 2024-12-22 21:53:57 +0100 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2024-12-22 21:53:57 +0100 |
commit | e3481a4a35091b32b6fbee80c1c9ba2b6d7b50d6 (patch) | |
tree | 58f90b32cbd89599acfaab07377cc0447f1190c1 /requirements.txt |
Rework of halfnarp and fullnarp into a self contained repository. Still WIP
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e1d7367 --- /dev/null +++ b/requirements.txt | |||
@@ -0,0 +1,19 @@ | |||
1 | certifi | ||
2 | chardet | ||
3 | click | ||
4 | Flask | ||
5 | Flask-SQLAlchemy | ||
6 | flask-cors | ||
7 | idna | ||
8 | itsdangerous | ||
9 | Jinja2 | ||
10 | lxml | ||
11 | MarkupSafe | ||
12 | requests | ||
13 | SQLAlchemy | ||
14 | urllib3 | ||
15 | Werkzeug | ||
16 | html-sanitizer | ||
17 | markdown | ||
18 | psycopg2 | ||
19 | gunicorn | ||