Contrib JM Place i/o Excel

This commit is contained in:
Emmanuel Viennet 2021-08-02 09:52:07 +03:00
commit 0cb9d18344
4 changed files with 1715 additions and 1740 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -301,6 +301,7 @@ CSV_FIELDSEP = ";"
CSV_LINESEP = "\n"
CSV_MIMETYPE = "text/comma-separated-values"
XLS_MIMETYPE = "application/vnd.ms-excel"
XLSX_MIMETYPE = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
PDF_MIMETYPE = "application/pdf"
XML_MIMETYPE = "text/xml"
JSON_MIMETYPE = "application/json"

View File

@ -1,63 +1,64 @@
alembic==1.6.5
attrs==21.2.0
Babel==2.9.1
blinker==1.4
certifi==2021.5.30
cffi==1.14.6
chardet==4.0.0
charset-normalizer==2.0.3
click==8.0.1
cracklib==2.9.3
cryptography==3.4.7
dnspython==2.1.0
dominate==2.6.0
email-validator==1.1.3
Flask==2.0.1
Flask-Babel==2.0.0
Flask-Bootstrap==3.3.7.1
Flask-Caching==1.10.1
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==3.0.1
Flask-Moment==1.0.2
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.15.1
greenlet==1.1.0
icalendar==4.0.7
idna==3.2
importlib-metadata==4.6.1
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.1
jwt==1.2.0
Mako==1.1.4
MarkupSafe==2.0.1
packaging==21.0
Pillow==8.3.1
pkg-resources==0.0.0
pluggy==0.13.1
psycopg2==2.9.1
py==1.10.0
pycparser==2.20
pydot==1.4.2
pyOpenSSL==20.0.1
pyparsing==2.4.7
PyRSS2Gen==1.1
pytest==6.2.4
python-dateutil==2.8.2
python-dotenv==0.18.0
python-editor==1.0.4
pytz==2021.1
redis==3.5.3
reportlab==3.5.68
requests==2.26.0
rq==1.9.0
six==1.16.0
SQLAlchemy==1.4.22
toml==0.10.2
typing-extensions==3.10.0.0
urllib3==1.26.6
visitor==0.1.3
Werkzeug==2.0.1
WTForms==2.3.3
zipp==3.5.0
openpyxl
alembic==1.6.5
attrs==21.2.0
Babel==2.9.1
blinker==1.4
certifi==2021.5.30
cffi==1.14.6
chardet==4.0.0
charset-normalizer==2.0.3
click==8.0.1
cracklib==2.9.3
cryptography==3.4.7
dnspython==2.1.0
dominate==2.6.0
email-validator==1.1.3
Flask==2.0.1
Flask-Babel==2.0.0
Flask-Bootstrap==3.3.7.1
Flask-Caching==1.10.1
Flask-Login==0.5.0
Flask-Mail==0.9.1
Flask-Migrate==3.0.1
Flask-Moment==1.0.2
Flask-SQLAlchemy==2.5.1
Flask-WTF==0.15.1
greenlet==1.1.0
icalendar==4.0.7
idna==3.2
importlib-metadata==4.6.1
iniconfig==1.1.1
itsdangerous==2.0.1
Jinja2==3.0.1
jwt==1.2.0
Mako==1.1.4
MarkupSafe==2.0.1
packaging==21.0
Pillow==8.3.1
pkg-resources==0.0.0
pluggy==0.13.1
psycopg2==2.9.1
py==1.10.0
pycparser==2.20
pydot==1.4.2
pyOpenSSL==20.0.1
pyparsing==2.4.7
PyRSS2Gen==1.1
pytest==6.2.4
python-dateutil==2.8.2
python-dotenv==0.18.0
python-editor==1.0.4
pytz==2021.1
redis==3.5.3
reportlab==3.5.68
requests==2.26.0
rq==1.9.0
six==1.16.0
SQLAlchemy==1.4.22
toml==0.10.2
typing-extensions==3.10.0.0
urllib3==1.26.6
visitor==0.1.3
Werkzeug==2.0.1
WTForms==2.3.3
zipp==3.5.0