mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 06:46:15 +00:00
2f460a9128
Co-Authored-By: Frost Ming <mianghong@gmail.com> Co-Authored-By: Sumana Harihareswara <sh@changeset.nyc>
20 lines
443 B
TOML
20 lines
443 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"}
|
|
sphinxcontrib-spelling = "<4.3.0"
|
|
|
|
[packages]
|
|
|
|
[scripts]
|
|
tests = "bash ./run-tests.sh"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|