Fix old Werkzeug version package
This commit is contained in:
parent
44cf6a19b6
commit
0d6ca75487
@ -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`
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user