added sqlalchemy
This commit is contained in:
parent
54df8b557a
commit
c3a5e8d622
3 changed files with 6 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
||||||
[submodule "fritzconnection"]
|
[submodule "fritzconnection"]
|
||||||
path = fritzconnection
|
path = fritzconnection
|
||||||
url = https://github.com/kbr/fritzconnection.git
|
url = https://github.com/kbr/fritzconnection.git
|
||||||
|
[submodule "sqlalchemy"]
|
||||||
|
path = sqlalchemy
|
||||||
|
url = https://github.com/sqlalchemy/sqlalchemy.git
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,10 @@ For now I can say that uplink can monitor the status of you FRITZ!Box uplinks. I
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- Git (only for installing from Git repository)
|
- 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
|
- fritzconnection >= 1.5.0
|
||||||
- pymysql >= 0.10.1
|
- 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
|
Just install the 3rd party dependencies using `pip install $PACKAGE` or your OS package manager
|
||||||
## Installation
|
## Installation
|
||||||
|
|
|
||||||
1
sqlalchemy
Submodule
1
sqlalchemy
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 36420103f8dddae0c23a945eed5daf8bf1952f61
|
||||||
Loading…
Add table
Add a link
Reference in a new issue