sporestack-python/Pipfile

31 lines
468 B
TOML
Raw 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 = "~=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"
2022-02-10 21:47:57 +00:00
types-requests = "~=2.25"
# Building
wheel = "~=0.38.0"
2022-02-10 21:47:57 +00:00
build = "~=0.7.0"
# Publishing
twine = "~=3.4"
# Docs
pdoc = "~=12.0"
2022-02-10 21:47:57 +00:00
# Python `make` implementation
almost-make = "~=0.5.2"