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