diff options
| author | User Content <content@content.events.ccc.de> | 2019-10-30 01:11:47 +0000 |
|---|---|---|
| committer | User Content <content@content.events.ccc.de> | 2019-10-30 01:11:47 +0000 |
| commit | e8b020e28ca377868ff8aad8418372debc910ae6 (patch) | |
| tree | 53f318f05093e9cbde83e91f2c58035aedf2d7f0 /requirements.txt | |
Initial commit
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..fa92333 --- /dev/null +++ b/requirements.txt | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | certifi==2017.7.27.1 | ||
| 2 | chardet==3.0.4 | ||
| 3 | click==6.7 | ||
| 4 | Flask==0.12.2 | ||
| 5 | Flask-SQLAlchemy==2.2 | ||
| 6 | idna==2.6 | ||
| 7 | itsdangerous==0.24 | ||
| 8 | Jinja2==2.9.6 | ||
| 9 | lxml==3.8.0 | ||
| 10 | MarkupSafe==1.0 | ||
| 11 | requests==2.18.4 | ||
| 12 | SQLAlchemy==1.1.14 | ||
| 13 | urllib3==1.22 | ||
| 14 | Werkzeug==0.12.2 | ||
