Add basic API for machine states
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
3924467a30
commit
87987553e4
5 changed files with 167 additions and 2 deletions
|
@ -9,6 +9,7 @@ license = "MIT"
|
|||
python = "^3.8"
|
||||
requests = "^2.28.1"
|
||||
beautifulsoup4 = "^4.11.1"
|
||||
Flask = "^2.2.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
Reference in a new issue