-
Notifications
You must be signed in to change notification settings - Fork 764
Expand file tree
/
Copy pathPipfile
More file actions
39 lines (36 loc) · 777 Bytes
/
Pipfile
File metadata and controls
39 lines (36 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[[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 = "==46.0.7"
pytest = "*"
psycopg = "*"
filelock = "*"
pytest-asyncio = "*"
pytest-timeout = "*"
pytest-xdist = "*"
pytest-repeat = "*"
pyyaml = "*"
werkzeug = "==3.1.5"
"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"