Fix old Werkzeug version package

This commit is contained in:
Michel Roux 2020-03-21 18:44:20 +01:00
parent 44cf6a19b6
commit 0d6ca75487
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ After a good rewrite in Python, it's time to show it to the public, and here it
- Install Python 3: https://www.python.org/downloads/
- Install Pip: https://pip.pypa.io/en/stable/installing/
- Install MariaDB (or any MySQL server): https://mariadb.com/downloads/
- Install PhantomJS : https://phantomjs.org/download.html
- Install PhantomJS: https://phantomjs.org/download.html
- Clone this repository
- Launch a terminal and move into the root of the cloned repository
- Run `pip install -r requirements.txt`

View File

@ -7,3 +7,4 @@ PyMySQL==0.9.3
requests==2.21.0
beautifulsoup4==4.7.1
python-dotenv==0.9.1
Werkzeug==0.14.1