mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
8307b831af
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
13 lines
160 B
TOML
13 lines
160 B
TOML
[dev-packages]
|
|
|
|
flake8 = ">=3.3.0,<4"
|
|
pytest = "*"
|
|
mock = "*"
|
|
sphinx = "<=1.5.5"
|
|
"-e ." = "*"
|
|
twine = "*"
|
|
sphinx-click = "*"
|
|
|
|
|
|
[requires]
|
|
python_version = "3.6" |