diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2018-09-17 14:54:36 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2018-09-18 20:21:32 +0200 |
commit | 571dbfc1b066f253fcfedd45b6b63d2fac6add3b (patch) | |
tree | 94956dbbe2c7749d044ce6245552eaf83b19c877 /requirements.txt | |
parent | 55579b2a662bee819a2c531d3db99edd3f230212 (diff) |
README: enhance documentation on dependencies and CSRF issues
This patch add the missing pyyaml requirement in the documentation,
fixing issue #31 in the process.
Note that this patch adds also a requirements.txt for easy pip install.
This patch also a note on http_fqdn stating this option as necessary
when using https.
Diffstat (limited to 'requirements.txt')
-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..71b6c16 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +docker +docker-compose +pyyaml |