diff --git a/base_requirements.txt b/base_requirements.txt index 7e221f40b..3d54e4847 100644 --- a/base_requirements.txt +++ b/base_requirements.txt @@ -54,6 +54,10 @@ djangorestframework # https://github.com/axnsan12/drf-yasg drf-yasg[validation] +# Platform-agnostic template rendering engine +# https://github.com/pallets/jinja +Jinja2 + # Simple markup language for rendering HTML # https://github.com/Python-Markdown/markdown # py-gfm requires Markdown<3.0 @@ -83,6 +87,6 @@ pycryptodome # https://github.com/andymccurdy/redis-py redis -# Python Package to write SVG files - used for rack elevations +# SVG image rendering (used for rack elevations) # https://github.com/mozman/svgwrite svgwrite diff --git a/requirements.txt b/requirements.txt index fae8f53d9..eeae8d9e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django>=2.2,<2.3 django-cacheops==4.2 -django-cors-headers==3.2.0 +django-cors-headers==3.2.1 django-debug-toolbar==2.1 django-filter==2.2.0 django-mptt==0.9.1 @@ -12,12 +12,12 @@ django-taggit-serializer==0.1.7 django-timezone-field==4.0 djangorestframework==3.10.3 drf-yasg[validation]==1.17.0 -Jinja2==2.10.1 +Jinja2==2.10.3 Markdown==2.6.11 netaddr==0.7.19 -Pillow==6.2.0 +Pillow==7.0.0 psycopg2-binary==2.8.4 py-gfm==0.1.4 pycryptodome==3.9.4 redis==3.3.11 -svgwrite==1.1.9 +svgwrite==1.3.1