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