Explorar o código

Add tablib as a required package

Jeremy Stretch %!s(int64=5) %!d(string=hai) anos
pai
achega
0d44a320a0
Modificáronse 2 ficheiros con 5 adicións e 0 borrados
  1. 4 0
      base_requirements.txt
  2. 1 0
      requirements.txt

+ 4 - 0
base_requirements.txt

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

+ 1 - 0
requirements.txt

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