From 77f06526edb00dbf20284da975e97b0d51711ba9 Mon Sep 17 00:00:00 2001 From: Homer S Date: Sun, 27 Jun 2021 22:37:49 +0200 Subject: [PATCH] Updated the requirements.txt with the requirements of matrix-commander And removed 2 unnecessary packages. --- .gitignore | 3 +++ requirements.txt | 19 ++++++++++++++++--- 2 files changed, 19 insertions(+), 3 deletions(-) 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 +