mirror of
https://github.com/kennethreitz-archive/white.git
synced 2026-06-05 23:20:19 +00:00
af8d916b9a
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
28 lines
276 B
TOML
28 lines
276 B
TOML
[[source]]
|
|
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
|
|
[packages]
|
|
|
|
"delegator.py" = "*"
|
|
|
|
|
|
[dev-packages]
|
|
|
|
black = "*"
|
|
"e1839a8" = {path = ".", editable = true}
|
|
twine = "*"
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.6"
|
|
|
|
|
|
[pipenv]
|
|
|
|
allow_prereleases = true
|