Updated the requirements.txt with the requirements of matrix-commander

And removed 2 unnecessary packages.
This commit is contained in:
Homer S. 2021-06-27 22:37:49 +02:00
parent 2a11d8b1ba
commit 77f06526ed
2 changed files with 19 additions and 3 deletions

3
.gitignore vendored
View File

@ -138,3 +138,6 @@ dmypy.json
# Cython debug symbols # Cython debug symbols
cython_debug/ cython_debug/
# matrix-commander
/store
credentials.json

View File

@ -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