From a109b226bf6503584b4dea5a4203141e44338b85 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 26 Oct 2020 19:23:22 +0100 Subject: Initial working release XMPP retired MUC Bot This Bot connects to a chosen MUC to inform connecting users of the new/ different MUC they should connect to. --- requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4306fba --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +aiodns==2.0.0 +aiohttp==3.6.3 +async-timeout==3.0.1 +attrs==20.2.0 +cffi==1.14.3 +chardet==3.0.4 +idna==2.10 +multidict==4.7.6 +pyasn1==0.4.8 +pyasn1-modules==0.2.8 +pycares==3.1.1 +pycparser==2.20 +ruamel.yaml==0.16.12 +ruamel.yaml.clib==0.2.2 +slixmpp==1.5.2 +yarl==1.5.1 -- cgit v1.2.3-18-g5258