Commit 3057adf7480e42f28e79ff8d09495450ceb03eda
1 parent
8ae021a2
Exists in
master
Fix #38
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
requirements.txt
... | ... | @@ -22,6 +22,11 @@ enum34==1.1.6 |
22 | 22 | geopy==1.20.0 |
23 | 23 | python-dotenv==0.10.3 |
24 | 24 | |
25 | +# Force stable werkzeug | |
26 | +# see https://gitlab.irap.omp.eu/carbon/travel-carbon-footprint.irap.omp.eu/issues/38 | |
27 | +# see https://github.com/pallets/werkzeug/issues/1714 | |
28 | +Werkzeug==0.16.1 | |
29 | + | |
25 | 30 | # Spreadsheet reading |
26 | 31 | # Note that 0.24 is the most recent version still supporting python 2.7 |
27 | 32 | pandas==0.24.2 | ... | ... |