forked from uncloud/uncloud
meow
6fa77bce4d
Remove individual config.py used by every component and put them into single config.py ucloud/config.py Use /etc/ucloud/ucloud.conf for Environment Variables Refactoring and a lot of it Make ucloud repo a package and different components of ucloud a subpackage for avoiding code duplication. Improved logging.
25 lines
567 B
TOML
25 lines
567 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
prospector = {extras = ["with_everything"],version = "*"}
|
|
pylama = "*"
|
|
|
|
[packages]
|
|
python-decouple = "*"
|
|
requests = "*"
|
|
flask = "*"
|
|
flask-restful = "*"
|
|
bitmath = "*"
|
|
etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
|
|
python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"}
|
|
pyotp = "*"
|
|
sshtunnel = "*"
|
|
helper = "*"
|
|
sphinx = "*"
|
|
pynetbox = "*"
|
|
|
|
[requires]
|
|
python_version = "3.5"
|