1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Add tablib as a required package

This commit is contained in:
Jeremy Stretch
2021-03-04 17:15:07 -05:00
parent a8a272b068
commit 0d44a320a0
2 changed files with 5 additions and 0 deletions

View File

@ -93,3 +93,7 @@ redis
# SVG image rendering (used for rack elevations) # SVG image rendering (used for rack elevations)
# https://github.com/mozman/svgwrite # https://github.com/mozman/svgwrite
svgwrite svgwrite
# Tabular dataset library (for table-based exports)
# https://github.com/jazzband/tablib
tablib

View File

@ -21,3 +21,4 @@ psycopg2-binary==2.8.6
pycryptodome==3.9.9 pycryptodome==3.9.9
PyYAML==5.3.1 PyYAML==5.3.1
svgwrite==1.4 svgwrite==1.4
tablib==3.0.0