Updated the requirements.txt with the requirements of matrix-commander
And removed 2 unnecessary packages.
This commit is contained in:
parent
2a11d8b1ba
commit
77f06526ed
|
@ -138,3 +138,6 @@ dmypy.json
|
||||||
# Cython debug symbols
|
# Cython debug symbols
|
||||||
cython_debug/
|
cython_debug/
|
||||||
|
|
||||||
|
# matrix-commander
|
||||||
|
/store
|
||||||
|
credentials.json
|
||||||
|
|
|
@ -1,6 +1,19 @@
|
||||||
fritzconnection
|
fritzconnection
|
||||||
dotenv
|
python-dotenv
|
||||||
urllib
|
|
||||||
xmltodict
|
xmltodict
|
||||||
smbclient
|
smbprotocol
|
||||||
pydub
|
pydub
|
||||||
|
|
||||||
|
# for matrix-commander
|
||||||
|
|
||||||
|
aiohttp
|
||||||
|
aiofiles<0.5.0,>=0.4.0
|
||||||
|
argparse
|
||||||
|
asyncio
|
||||||
|
datetime
|
||||||
|
markdown
|
||||||
|
matrix-nio[e2e]>=0.14.1
|
||||||
|
Pillow
|
||||||
|
python_magic
|
||||||
|
uuid
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue