mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
25 lines
391 B
TOML
25 lines
391 B
TOML
[dev-packages]
|
|
|
|
pipenv = {path = ".", editable = true}
|
|
"flake8" = ">=3.3.0,<4"
|
|
pytest = "*"
|
|
mock = "*"
|
|
sphinx = "<=1.5.5"
|
|
twine = "*"
|
|
sphinx-click = "*"
|
|
pytest-xdist = "*"
|
|
click = "*"
|
|
pytest-pypy = {path = "./tests/pytest-pypi", editable = true}
|
|
pytest-tap = "*"
|
|
stdeb = {version="*", sys_platform="== 'linux'"}
|
|
white = {version="*"}
|
|
|
|
|
|
[packages]
|
|
|
|
|
|
|
|
[scripts]
|
|
|
|
tests = "bash ./run-tests.sh"
|