From 0d6ca754876f02135089d9ee35a0c667bf3624b9 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sat, 21 Mar 2020 18:44:20 +0100 Subject: [PATCH] Fix old Werkzeug version package --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f44366..6e01680 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/requirements.txt b/requirements.txt index 5620061..aee6488 100644 --- a/requirements.txt +++ b/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