Files
pipenv/Pipfile
T
2018-03-07 06:49:36 -05:00

24 lines
366 B
TOML

[dev-packages]
"flake8" = ">=3.3.0,<4"
pytest = "*"
mock = "*"
sphinx = "<=1.5.5"
twine = "*"
sphinx-click = "*"
pytest-xdist = "*"
click = "*"
"bf8d106" = {path = "./tests/pytest-pypi", editable = true}
pytest-tap = "*"
stdeb = {version="*", platform_name="linux"}
[packages]
"e1839a8" = {path = ".", editable = true}
[scripts]
tests = "bash ./run-tests.sh"