add matrix-nio to dependencies
This commit is contained in:
parent
8cbdf346e2
commit
0e1daa3604
2 changed files with 25 additions and 0 deletions
23
requirement.txt
Normal file
23
requirement.txt
Normal file
|
@ -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
|
|
@ -10,3 +10,5 @@ url = https://gitea.auro.re/histausse/matrix-bot
|
||||||
packages = matrix_bot
|
packages = matrix_bot
|
||||||
python_requires = >=3.6
|
python_requires = >=3.6
|
||||||
package_dir = =src
|
package_dir = =src
|
||||||
|
install_requires =
|
||||||
|
matrix-nio>=0.18.7
|
||||||
|
|
Loading…
Reference in a new issue