mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 01:41:22 -06:00
Update requriements for v2.7 release
This commit is contained in:
parent
3eb2d45e8d
commit
c0f1910493
@ -54,6 +54,10 @@ djangorestframework
|
|||||||
# https://github.com/axnsan12/drf-yasg
|
# https://github.com/axnsan12/drf-yasg
|
||||||
drf-yasg[validation]
|
drf-yasg[validation]
|
||||||
|
|
||||||
|
# Platform-agnostic template rendering engine
|
||||||
|
# https://github.com/pallets/jinja
|
||||||
|
Jinja2
|
||||||
|
|
||||||
# Simple markup language for rendering HTML
|
# Simple markup language for rendering HTML
|
||||||
# https://github.com/Python-Markdown/markdown
|
# https://github.com/Python-Markdown/markdown
|
||||||
# py-gfm requires Markdown<3.0
|
# py-gfm requires Markdown<3.0
|
||||||
@ -83,6 +87,6 @@ pycryptodome
|
|||||||
# https://github.com/andymccurdy/redis-py
|
# https://github.com/andymccurdy/redis-py
|
||||||
redis
|
redis
|
||||||
|
|
||||||
# Python Package to write SVG files - used for rack elevations
|
# SVG image rendering (used for rack elevations)
|
||||||
# https://github.com/mozman/svgwrite
|
# https://github.com/mozman/svgwrite
|
||||||
svgwrite
|
svgwrite
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Django>=2.2,<2.3
|
Django>=2.2,<2.3
|
||||||
django-cacheops==4.2
|
django-cacheops==4.2
|
||||||
django-cors-headers==3.2.0
|
django-cors-headers==3.2.1
|
||||||
django-debug-toolbar==2.1
|
django-debug-toolbar==2.1
|
||||||
django-filter==2.2.0
|
django-filter==2.2.0
|
||||||
django-mptt==0.9.1
|
django-mptt==0.9.1
|
||||||
@ -12,12 +12,12 @@ django-taggit-serializer==0.1.7
|
|||||||
django-timezone-field==4.0
|
django-timezone-field==4.0
|
||||||
djangorestframework==3.10.3
|
djangorestframework==3.10.3
|
||||||
drf-yasg[validation]==1.17.0
|
drf-yasg[validation]==1.17.0
|
||||||
Jinja2==2.10.1
|
Jinja2==2.10.3
|
||||||
Markdown==2.6.11
|
Markdown==2.6.11
|
||||||
netaddr==0.7.19
|
netaddr==0.7.19
|
||||||
Pillow==6.2.0
|
Pillow==7.0.0
|
||||||
psycopg2-binary==2.8.4
|
psycopg2-binary==2.8.4
|
||||||
py-gfm==0.1.4
|
py-gfm==0.1.4
|
||||||
pycryptodome==3.9.4
|
pycryptodome==3.9.4
|
||||||
redis==3.3.11
|
redis==3.3.11
|
||||||
svgwrite==1.1.9
|
svgwrite==1.3.1
|
||||||
|
Loading…
Reference in New Issue
Block a user