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
22 lines
316 B
TOML
22 lines
316 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[dev-packages]
|
|
pylint = "*"
|
|
pytest = "*"
|
|
tomli = "*"
|
|
exceptiongroup = "*"
|
|
|
|
[packages]
|
|
numpy = "*"
|
|
fastapi = "*"
|
|
pydantic = "*"
|
|
geopy = "*"
|
|
shapely = "*"
|
|
scipy = "*"
|
|
osmpythontools = "*"
|
|
pywikibot = "*"
|
|
pymemcache = "*"
|