From c3a5e8d6229d2bb5c252c710d81397f60d18997d Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 14 Nov 2021 01:33:23 +0100 Subject: [PATCH] added sqlalchemy --- .gitmodules | 3 +++ README.md | 3 ++- sqlalchemy | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 sqlalchemy diff --git a/.gitmodules b/.gitmodules index ae4a4d7..276c5ac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "fritzconnection"] path = fritzconnection url = https://github.com/kbr/fritzconnection.git +[submodule "sqlalchemy"] + path = sqlalchemy + url = https://github.com/sqlalchemy/sqlalchemy.git diff --git a/README.md b/README.md index d895380..7cd6db9 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,10 @@ For now I can say that uplink can monitor the status of you FRITZ!Box uplinks. I ## Requirements - Git (only for installing from Git repository) - - Python3 (running for me using 3.7.3 on Raspbian 10 and 3.8.5 on Arch Linux) + - Python3 (running for me using 3.7.3, 3.8.5 and 3.9.7 on Linux) - fritzconnection >= 1.5.0 - pymysql >= 0.10.1 + - sqlalchemy = 1.4.27 (not for now) Just install the 3rd party dependencies using `pip install $PACKAGE` or your OS package manager ## Installation diff --git a/sqlalchemy b/sqlalchemy new file mode 160000 index 0000000..3642010 --- /dev/null +++ b/sqlalchemy @@ -0,0 +1 @@ +Subproject commit 36420103f8dddae0c23a945eed5daf8bf1952f61