mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 14:50:16 +00:00
08a8bbcff4
Signed-off-by: Dan Ryan <dan@danryan.co>
28 lines
673 B
TOML
28 lines
673 B
TOML
[dev-packages]
|
|
pipenv = {path = ".", editable = true, extras = ["test"]}
|
|
"flake8" = ">=3.3.0,<4"
|
|
sphinx = "<=1.5.5"
|
|
twine = "*"
|
|
sphinx-click = "*"
|
|
click = "*"
|
|
pytest-pypi = {path = "./tests/pytest-pypi", editable = true}
|
|
stdeb = {version="*", markers="sys_platform == 'linux'"}
|
|
black = {version="*", markers="python_version >= '3.6'"}
|
|
pytz = "*"
|
|
towncrier = {git = "https://github.com/hawkowl/towncrier.git", editable = true, ref = "master"}
|
|
parver = "*"
|
|
invoke = "*"
|
|
jedi = "*"
|
|
isort = "*"
|
|
rope = "*"
|
|
passa = {editable = true, git = "https://github.com/sarugaku/passa.git"}
|
|
bs4 = "*"
|
|
|
|
[packages]
|
|
|
|
[scripts]
|
|
tests = "bash ./run-tests.sh"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|