added tarifs_import with xlrd

This commit is contained in:
2021-05-31 19:12:26 +02:00
parent 39b2c03de9
commit 83860d3c21
13 changed files with 522 additions and 20 deletions

View File

@@ -20,10 +20,11 @@ requires = [
'zope.sqlalchemy',
'waitress',
'mysqlclient',
'docutils',
'pdfkit',
'python-dateutil',
'docutils',
'user-agents',
'xlrd',
]
tests_require = [