feat(aurora): whole bunch of changes to the models and various other things
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 39s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 58s

This commit is contained in:
SeaswimmerTheFsh 2024-05-04 16:54:12 -04:00
parent 2dfc9d9824
commit 6147c8c6d5
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
6 changed files with 167 additions and 162 deletions

View file

@ -15,6 +15,7 @@ websockets = "^12.0"
pillow = "^10.3.0"
numpy = "^1.26.4"
pydantic = "^2.7.1"
async-property = "^0.2.2"
[tool.poetry.group.dev]
optional = true