Files
pipenv/Pipfile
T
kennethreitz b33fa2daae new requirements
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
2018-03-04 11:05:11 -05:00

23 lines
267 B
TOML

[dev-packages]
"flake8" = ">=3.3.0,<4"
pytest = "*"
mock = "*"
sphinx = "<=1.5.5"
twine = "*"
sphinx-click = "*"
pytest-xdist = "*"
click = "*"
flask = "*"
pytest-pypi = "*"
[packages]
"e1839a8" = {path = ".", editable = true}
[scripts]
tests = "pytest tests"