Some checks failed
Build and deploy the backend to staging / Build and push image (pull_request) Successful in 2m20s
Run linting on the backend code / Build (pull_request) Successful in 28s
Run testing on the backend code / Build (pull_request) Failing after 3m31s
Build and deploy the backend to staging / Deploy to staging (pull_request) Successful in 22s
28 lines
427 B
TOML
28 lines
427 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|
|
tomli = "*"
|
|
httpx = "*"
|
|
exceptiongroup = "*"
|
|
pytest-html = "*"
|
|
typing-extensions = "*"
|
|
dill = "*"
|
|
|
|
[packages]
|
|
numpy = "*"
|
|
fastapi = "*"
|
|
pydantic = "*"
|
|
shapely = "*"
|
|
pymemcache = "*"
|
|
fastapi-cli = "*"
|
|
scikit-learn = "*"
|
|
loki-logger-handler = "*"
|
|
pulp = "*"
|
|
scipy = "*"
|
|
requests = "*"
|