mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
16 lines
189 B
TOML
16 lines
189 B
TOML
[[source]]
|
|
url = "https://pypi.org/"
|
|
verify_ssl = true
|
|
|
|
[requires]
|
|
python_version = "2.7"
|
|
|
|
[packages]
|
|
crayons = "*"
|
|
toml = "*"
|
|
click = "*"
|
|
"delegator.py" = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|