mirror of https://github.com/citusdata/citus.git
20 lines
367 B
TOML
20 lines
367 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
|
|
[packages]
|
|
mitmproxy = {editable = true, ref = "main", git = "https://github.com/citusdata/mitmproxy.git"}
|
|
construct = "==2.9.45"
|
|
docopt = "==0.6.2"
|
|
cryptography = ">=39.0.1"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
isort = "*"
|
|
flake8 = "*"
|
|
flake8-bugbear = "*"
|
|
|
|
[requires]
|
|
python_version = "3.9"
|