Files
pipenv/Pipfile
T
Dan Ryan 01b0496c4b Update path
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-05-15 20:43:02 -04:00

22 lines
444 B
TOML

[dev-packages]
pipenv = {path = ".", editable = true, extras = ["tests", "dev"]}
sphinx-click = "*"
click = "*"
pytest_pypi = {path = "./tests/pytest-pypi", editable = true}
stdeb = {version="*", markers="sys_platform == 'linux'"}
jedi = "*"
isort = "*"
rope = "*"
passa = {git = "https://github.com/sarugaku/passa.git"}
[packages]
[scripts]
tests = "bash ./run-tests.sh"
[pipenv]
allow_prereleases = true
[requires]
python_version = "2.7"