From c8870bab4e2a0afc96ec04aecf026d1d68bf4290 Mon Sep 17 00:00:00 2001 From: jkhsjdhjs Date: Sat, 15 May 2021 01:59:50 +0000 Subject: [PATCH] update requirements + add lxml --- bot/ctcp.py | 2 +- requirements.txt | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/bot/ctcp.py b/bot/ctcp.py index 156c452..500eb35 100644 --- a/bot/ctcp.py +++ b/bot/ctcp.py @@ -9,7 +9,7 @@ from . import Plugin class CTCP(Plugin): - requires = Plugin.requires + ['irc3.plugins.async'] + requires = Plugin.requires + ['irc3.plugins.asynchronious'] TIMEOUT = 5 diff --git a/requirements.txt b/requirements.txt index c83b0b2..7ba3f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,11 @@ #git+https://github.com/gawel/irc3.git#egg=irc3 #git+https://github.com/mrhanky17/irc3.git#egg=irc3 git+https://github.com/mrhanky17/docopt.git#egg=docopt -irc3==1.1.2 -aiocron==1.3 -psycopg2==2.8.4 -requests==2.22.0 -GitPython==3.0.5 -feedparser==5.2.1 -python_dotenv==0.10.3 +irc3~=1.1 +aiocron~=1.3 +psycopg2~=2.8 +requests~=2.22 +GitPython~=3.0 +feedparser~=5.2 +python-dotenv~=0.17.1 +lxml~=4.6