You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
468 B
TOML
31 lines
468 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
sporestack = {editable = true, path = "."}
|
|
|
|
[dev-packages]
|
|
black = "~=23.1"
|
|
mypy = "~=1.0"
|
|
pytest = "~=7.2"
|
|
pytest-cov = "~=4.0"
|
|
pytest-mock = "~=3.6"
|
|
pytest-socket = "~=0.5.1"
|
|
ruff = "==0.0.239"
|
|
|
|
types-requests = "~=2.25"
|
|
|
|
# Building
|
|
wheel = "~=0.38.0"
|
|
build = "~=0.7.0"
|
|
# Publishing
|
|
twine = "~=3.4"
|
|
|
|
# Docs
|
|
pdoc = "~=12.0"
|
|
|
|
# Python `make` implementation
|
|
almost-make = "~=0.5.2"
|