Updated the requirements.txt with the requirements of matrix-commander
And removed 2 unnecessary packages.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user