sporestack-python/Pipfile

32 lines
465 B
TOML
Raw Permalink Normal View History

2022-02-10 21:47:57 +00:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
sporestack = {editable = true, path = "."}
[dev-packages]
black = "~=24.0"
mypy = "~=1.0"
pytest = "~=8.0"
pytest-cov = "~=4.0"
pytest-mock = "~=3.6"
pytest-socket = "~=0.7.0"
ruff = "~=0.3.4"
2022-02-10 21:47:57 +00:00
respx = "~=0.20.1"
2022-02-10 21:47:57 +00:00
# Building
2023-04-12 00:32:40 +00:00
flit = "~=3.8"
2024-01-03 02:00:41 +00:00
wheel = "*"
build = "~=1.0"
2022-02-10 21:47:57 +00:00
# Publishing
twine = "~=5.0"
2022-02-10 21:47:57 +00:00
# Docs
pdoc = "~=14.0"
2022-02-10 21:47:57 +00:00
# Python `make` implementation
almost-make = "~=0.5.2"