Files
pipenv/Pipfile
T
Dan Ryan e1e8364eeb Update lockfile to support 2.7
Signed-off-by: Dan Ryan <dan@danryan.co>
2019-06-25 04:01:06 -04:00

20 lines
429 B
TOML

[dev-packages]
pipenv = {path = ".", editable = true, extras = ["tests", "dev"]}
sphinx-click = "*"
click = "*"
"path.py" = "<12.0"
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