Browse Source

Update requriements for v2.7 release

Jeremy Stretch 6 years ago
parent
commit
c0f1910493
2 changed files with 9 additions and 5 deletions
  1. 5 1
      base_requirements.txt
  2. 4 4
      requirements.txt

+ 5 - 1
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

+ 4 - 4
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