fix missing packages
Some checks failed
Build and release APK / Build APK (pull_request) Has been cancelled
Build and push docker image / Build (pull_request) Has been cancelled
Run linting on the backend code / Build (pull_request) Failing after 21s
Run testing on the backend code / Build (pull_request) Failing after 47s

This commit is contained in:
2024-08-18 10:25:16 +02:00
parent ad72d104a0
commit e5a1af09cf
4 changed files with 87 additions and 45 deletions

View File

@@ -6,6 +6,8 @@ name = "pypi"
[dev-packages]
pylint = "*"
pytest = "*"
tomli = "*"
exceptiongroup = "*"
[packages]
numpy = "*"