diff --git a/requirement.txt b/requirement.txt new file mode 100644 index 0000000..192adbd --- /dev/null +++ b/requirement.txt @@ -0,0 +1,23 @@ +aiofiles==0.6.0 +aiohttp==3.7.4.post0 +aiohttp-socks==0.6.0 +async-timeout==3.0.1 +attrs==21.2.0 +chardet==4.0.0 +future==0.18.2 +h11==0.12.0 +h2==4.0.0 +hpack==4.0.0 +hyperframe==6.0.1 +idna==3.2 +jsonschema==3.2.0 +Logbook==1.5.3 +matrix-nio==0.18.7 +multidict==5.1.0 +pycryptodome==3.10.4 +pyrsistent==0.18.0 +python-socks==1.2.4 +six==1.16.0 +typing-extensions==3.10.0.2 +unpaddedbase64==2.1.0 +yarl==1.6.3 diff --git a/setup.cfg b/setup.cfg index 64522a4..bbe0b4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,3 +10,5 @@ url = https://gitea.auro.re/histausse/matrix-bot packages = matrix_bot python_requires = >=3.6 package_dir = =src +install_requires = + matrix-nio>=0.18.7