mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
6034244498
* cleanup stale links * only support one sidebar html file. Address PR feedback. HTML5 attributes. * Update sphinx dependenencies * Corrected CLI patch for new version of sphinx-click. * fix placement of search bar back to original spot. * cleanup a sphinx build warning.
24 lines
682 B
TOML
24 lines
682 B
TOML
[dev-packages]
|
|
pipenv = {path = ".", editable = true, extras = ["tests", "dev"]}
|
|
sphinx = "==4.*"
|
|
sphinx-click = "==4.*"
|
|
sphinxcontrib-spelling = "==7.*"
|
|
click = "==8.0.3"
|
|
pytest_pypi = {path = "./tests/pytest-pypi", editable = true}
|
|
stdeb = {version="*", markers="sys_platform == 'linux'"}
|
|
importlib-metadata = {version = "==4.8.3", markers = "python_version < '3.10'"}
|
|
zipp = {version = "==3.6.0", markers = "python_version < '3.10'"}
|
|
pre-commit = "==2.*"
|
|
atomicwrites = {version = "*", markers="sys_platform == 'win32'"}
|
|
pytest-cov = "==3.*"
|
|
typing-extensions = "==4.*"
|
|
|
|
[packages]
|
|
|
|
[scripts]
|
|
tests = "bash ./run-tests.sh"
|
|
test = "pytest -vvs"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|