Some checks failed
Build and push docker image / Build (pull_request) Successful in 1m56s
Run linting on the backend code / Build (pull_request) Failing after 25s
Run testing on the backend code / Build (pull_request) Failing after 49s
Build and release APK / Build APK (pull_request) Successful in 5m35s
23 lines
329 B
TOML
23 lines
329 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|
|
tomli = "*"
|
|
exceptiongroup = "*"
|
|
httpx = "*"
|
|
|
|
[packages]
|
|
numpy = "*"
|
|
fastapi = "*"
|
|
pydantic = "*"
|
|
geopy = "*"
|
|
shapely = "*"
|
|
scipy = "*"
|
|
osmpythontools = "*"
|
|
pywikibot = "*"
|
|
pymemcache = "*"
|