mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
9d9824c30d
- Update pipfile and lockfile - Update licenses - Bump pathlib2 to latest version - Include scandir without compiled library dependency - Update vendoring script to remote scandir binaries going forward - Update pinned dependencies in vendor.txt Signed-off-by: Dan Ryan <dan@danryan.co>
26 lines
503 B
TOML
26 lines
503 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 = "*"
|
|
flaky = "*"
|
|
stdeb = {version="*", markers="sys_platform == 'linux'"}
|
|
black = {version="*", markers="python_version >= '3.6'"}
|
|
pytz = "*"
|
|
towncrier = "*"
|
|
|
|
[packages]
|
|
|
|
[scripts]
|
|
tests = "bash ./run-tests.sh"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|