Skip to content

Commit

Permalink
Fix Issue Pierian-Data#3
Browse files Browse the repository at this point in the history
The previously mentioned version of Werkzeug yield the following error :
```
ModuleNotFoundError: No module named 'werkzeug.wrappers.json'; 'werkzeug.wrappers' is not a package
```
Changing it to 0.15.4 fixes the issue.
Source: https://stackoverflow.com/questions/56933523/apache-airflow-airflow-initdb-throws-modulenotfounderror-no-module-named-wer
  • Loading branch information
stoufa authored Apr 14, 2020
1 parent e2a8e78 commit 169cdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ python-dateutil==2.7.2
pytz==2018.4
requests==2.18.4
urllib3==1.22
Werkzeug==0.14.1
Werkzeug==0.15.4

0 comments on commit 169cdfb

Please sign in to comment.