diff --git a/.gitignore b/.gitignore index f8b73e7..34544ef 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,6 @@ dmypy.json # Cython debug symbols cython_debug/ +# matrix-commander +/store +credentials.json diff --git a/requirements.txt b/requirements.txt index 74392aa..aed142a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,19 @@ fritzconnection -dotenv -urllib +python-dotenv xmltodict -smbclient +smbprotocol 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 +