From f8d4241b3d283f6cb5854c38550ffc0e892eb11c Mon Sep 17 00:00:00 2001 From: Frisk Date: Tue, 12 Feb 2019 00:34:30 +0100 Subject: [PATCH] Fixed a messup with missing dependency --- README.md | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb47f5..d835544 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Overview ## -*Recent changes Gamepedia compatible Discord webhook* is a project made from earlier recent changes module of IRC bot. It has been remade as independent script for public usage. +*Recent changes Gamepedia compatible Discord webhook* is a project made from earlier recent changes module of IRC bot. It has been remade as independent script for public use. Screenshots of the script can be found [on the wiki](https://gitlab.com/piotrex43/RcGcDw/wikis/Presentation). ### Features ### diff --git a/requirements.txt b/requirements.txt index 5da6d64..b540ae3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ beautifulsoup4 >= 4.6.0; python_version >= '3.6' requests >= 2.18.4 schedule >= 0.5.0 +lxml >= 4.2.1 \ No newline at end of file