sporestack-python/Pipfile

32 lines
477 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.6.0"
ruff = "==0.0.261"
respx = "~=0.20.1"
# Building
flit = "~=3.8"
wheel = "~=0.40.0"
build = "~=0.10.0"
# Publishing
twine = "~=4.0"
# Docs
pdoc = "~=13.0"
# Python `make` implementation
almost-make = "~=0.5.2"