mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
4664925a64
Signed-off-by: Dan Ryan <dan@danryan.co>
19 lines
409 B
TOML
19 lines
409 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
|