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_LINESEP = "\n"
CSV_MIMETYPE = "text/comma-separated-values" CSV_MIMETYPE = "text/comma-separated-values"
XLS_MIMETYPE = "application/vnd.ms-excel" XLS_MIMETYPE = "application/vnd.ms-excel"
XLSX_MIMETYPE = "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
PDF_MIMETYPE = "application/pdf" PDF_MIMETYPE = "application/pdf"
XML_MIMETYPE = "text/xml" XML_MIMETYPE = "text/xml"
JSON_MIMETYPE = "application/json" JSON_MIMETYPE = "application/json"

View File

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