mirror of
https://github.com/kennethreitz/bruce-operator.git
synced 2026-06-05 15:10:17 +00:00
29 lines
419 B
TOML
29 lines
419 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
kubernetes = "*"
|
|
"delegator.py" = "*"
|
|
click = "*"
|
|
logme = "*"
|
|
docopt = "*"
|
|
kubeconfig = "*"
|
|
tzlocal = "==2.0.0b1"
|
|
gunicorn = "*"
|
|
flask = "*"
|
|
jsonpickle = "*"
|
|
"boto3" = "*"
|
|
|
|
[dev-packages]
|
|
bruce-operator = {editable = true, path = "."}
|
|
"flake8" = "*"
|
|
black = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|