diff options
author | luxagraf <sng@luxagraf.net> | 2020-11-12 10:39:33 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-11-12 10:39:33 -0500 |
commit | a551326ec05f761f58a0ba68b4ca8af95d9e652d (patch) | |
tree | 3c449c61432606a8d41d04b4499739db8fb7b780 /config | |
parent | 74b2bb76ca3be85092a978ee60d26340c7e789a8 (diff) |
rearranged email templates, added footer to plain text email.
Diffstat (limited to 'config')
-rw-r--r-- | config/requirements.txt | 75 |
1 files changed, 55 insertions, 20 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index 2bbeb1e..c9c8afb 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,33 +1,68 @@ -beautifulsoup4==4.7.1 -bleach==3.1.0 -certifi==2018.11.29 +asgiref==3.2.10 +backcall==0.1.0 +beautifulsoup4==4.6.3 +bleach==3.0.0 +boto==2.49.0 +cairocffi==0.9.0 +CairoSVG==2.2.1 +certifi==2018.8.24 +cffi==1.11.5 chardet==3.0.4 -Django==2.1.7 -django-bleach==0.5.1 -django-debug-toolbar==1.11 -django-extensions==2.1.6 +click==7.1.2 +cssselect==1.1.0 +cssselect2==0.2.1 +decorator==4.3.0 +defusedxml==0.5.0 +Django==3.1 +django-autocomplete-light==3.3.2 +django-bleach==0.3.0 +django-debug-toolbar==2.2 +django-extensions==3.0.4 django-gravatar2==1.4.2 -django-taggit==0.24.0 +django-ses==0.8.14 +django-taggit==1.3.0 django-typogrify==1.3.3 -EbookLib==0.17.1 -idna==2.8 +EbookLib==0.17 +future==0.18.2 +gpxpy==1.3.5 +html5lib==1.0.1 +idna==2.7 +ipython==7.1.1 +ipython-genutils==0.2.0 +jedi==0.13.1 Jinja2==2.10 jsmin==2.2.2 -lxml==4.3.1 +lxml==4.2.5 Markdown==3.0.1 -MarkupSafe==1.1.1 -Pillow==5.4.1 +MarkupSafe==1.0 +parsel==1.6.0 +parso==0.3.1 +pdfrw==0.4 +pexpect==4.6.0 +pickleshare==0.7.5 +Pillow==5.3.0 pkg-resources==0.0.0 -psycopg2==2.7.7 +prompt-toolkit==2.0.6 +psycopg2==2.7.5 psycopg2-binary==2.7.7 +ptyprocess==0.6.0 +pycparser==2.19 PyExifTool==0.1 -python-resize-image==1.1.18 -pytz==2018.9 -requests==2.21.0 -six==1.12.0 +Pygments==2.2.0 +Pyphen==0.9.5 +python-resize-image==1.1.17 +pytz==2018.5 +PyYAML==5.3.1 +requests==2.19.1 +selectorlib==0.16.0 +six==1.11.0 smartypants==2.0.1 -soupsieve==1.8 sqlparse==0.2.4 +tinycss2==0.6.1 +traitlets==4.3.2 typogrify==2.0.7 -urllib3==1.24.1 +urllib3==1.23 +w3lib==1.22.0 +wcwidth==0.1.7 +WeasyPrint==0.42.3 webencodings==0.5.1 |