sporestack-python/Pipfile

32 lines
484 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"
2023-04-12 00:13:47 +00:00
pytest-socket = "~=0.6.0"
ruff = "==0.0.261"
2022-02-10 21:47:57 +00:00
types-requests = "~=2.25"
# Building
2023-04-12 00:32:40 +00:00
flit = "~=3.8"
2023-04-12 00:13:47 +00:00
wheel = "~=0.40.0"
build = "~=0.10.0"
2022-02-10 21:47:57 +00:00
# Publishing
2023-04-12 00:13:47 +00:00
twine = "~=4.0"
2022-02-10 21:47:57 +00:00
# Docs
2023-04-12 00:13:47 +00:00
pdoc = "~=13.0"
2022-02-10 21:47:57 +00:00
# Python `make` implementation
almost-make = "~=0.5.2"