Christian Strappazzon

Results 3 issues of Christian Strappazzon

Add some commands in order to automate frontend stuff in a Flask project.

enhancement

Configure `tox.ini` with multiple python version in order to have automatic build on dev machine

enhancement

Authomatic 1.3.0 doesn't work on Python 3.12 due to `cert_file` parameter missing (deprecated on 3.11 and removed in 3.12) Python docs `http.client.HTTPSConnection`: - https://docs.python.org/3.11/library/http.client.html#http.client.HTTPSConnection - https://docs.python.org/3.12/library/http.client.html#http.client.HTTPSConnection It's not a `six`...