mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 06:46:14 +00:00
19 lines
247 B
TOML
19 lines
247 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
pytest = "*"
|
|
twine = "*"
|
|
|
|
[packages]
|
|
bashf = {editable = true,path = "."}
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|