mirror of
https://github.com/kennethreitz/bob-builder.git
synced 2026-06-05 15:10:17 +00:00
17 lines
243 B
TOML
17 lines
243 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
"delegator.py" = "*"
|
|
docopt = "*"
|
|
logme = "*"
|
|
requests = "*"
|
|
|
|
[dev-packages]
|
|
bob-builder = {editable = true, path = "."}
|
|
|
|
[requires]
|
|
python_version = "3.7"
|