diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-13 18:55:10 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2017-01-13 18:55:10 +0100 |
commit | 99ae63edbdab9cfac7cb46022e61797982c179fc (patch) | |
tree | ec93c32c5ea696242b921b9c5936f26aeb1c3697 | |
parent | b1230cba068c767c66d2ef70d77b776a0bad4457 (diff) | |
download | znc-log-viewer-99ae63edbdab9cfac7cb46022e61797982c179fc.tar.xz |
Add requirements.txt
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f313109 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +flask +jinja2 +jinja2_highlight |