fix(requirements): corrige l'export ODS de tablib en attendant une solution upstream

pull/258/head
Antoine 2023-09-10 19:20:05 +02:00
parent 0a4d620b88
commit b3b4ba5b33
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
# Utils
# ------------------------------------------------------------------------------
# Table exports
tablib >=3.0,<3.1 # https://github.com/kennethreitz/tablib
#tablib >=3.3,<3.4 # https://github.com/kennethreitz/tablib
git+https://github.com/hoccau/tablib@hotfix-none-value
tablib[ods]
# Api fetching
requests