added sqlalchemy

This commit is contained in:
Johannes Findeisen 2021-11-14 01:33:23 +01:00
commit c3a5e8d622
3 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View file

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

View file

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

1
sqlalchemy Submodule

@ -0,0 +1 @@
Subproject commit 36420103f8dddae0c23a945eed5daf8bf1952f61