diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-07-27 23:40:36 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-07-28 00:08:35 +0100 |
commit | d4c79ab66ba6ad817e45bed20a6159370ba2305a (patch) | |
tree | d5cfae37eef725be0ef7b6667bc58028203c5a26 /requirements.txt | |
parent | 57b8242f7ed37ba4b59ba92deb54f14191cf740c (diff) | |
download | troggle-d4c79ab66ba6ad817e45bed20a6159370ba2305a.tar.gz troggle-d4c79ab66ba6ad817e45bed20a6159370ba2305a.tar.bz2 troggle-d4c79ab66ba6ad817e45bed20a6159370ba2305a.zip |
add docutils needed and SVX_URL
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 01a37ef..c201be3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ confusable-homoglyphs==3.2.0 Django==1.11.29 django-registration==2.5.2 +docutils==0.16 Pillow==7.1.2 pytz==2020.1 six==1.15.0 |