mirror of
https://github.com/pypa/pipenv.git
synced 2026-05-07 00:39:57 -04:00
7c25246890
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
12 lines
139 B
TOML
12 lines
139 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
requests = "*"
|
|
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|