[[source]]
name = "pypi"
url = "https://pypi.python.org/simple"
verify_ssl = true

[packages]
mitmproxy = {git = "https://github.com/citusdata/mitmproxy.git", ref = "main"}
"aioquic" = ">=1.2.0,<1.3.0"
"mitmproxy-rs" = ">=0.12.6,<0.13.0"
argon2-cffi = ">=23.1.0"
bcrypt = ">=4.1.2"
brotli = "<=1.2.0"
h11 = "==0.16.0"
h2 = "==4.3.0"
tornado = ">=6.5.1,<6.6.0"
zstandard = ">=0.25.0"
construct = "*"
docopt = "==0.6.2"
cryptography = "==44.0.3"
pytest = "*"
psycopg = "*"
filelock = "*"
pytest-asyncio = "*"
pytest-timeout = "*"
pytest-xdist = "*"
pytest-repeat = "*"
pyyaml = "*"
werkzeug = "==3.1.4"
"typing-extensions" = ">=4.13.2,<5"
pyperclip = "==1.9.0"

[dev-packages]
black = "==24.10.0"
isort = "*"
flake8 = "*"
flake8-bugbear = "*"

[requires]
python_version = "3.12"
