Files
pipenv/Pipfile
T
Dan Ryan e93ce98cb7 Update vendored deps
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-05-15 20:41:05 -04:00

19 lines
426 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 = {editable = true, git = "https://github.com/sarugaku/passa.git"}
[packages]
[scripts]
tests = "bash ./run-tests.sh"
[pipenv]
allow_prereleases = true