-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathrequirements.txt
More file actions
65 lines (64 loc) · 2.73 KB
/
requirements.txt
File metadata and controls
65 lines (64 loc) · 2.73 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# generated from Citus's Pipfile.lock (in src/test/regress) as of citusdata/citus#8488
# using `pipenv requirements > requirements.txt`, so as to avoid the
# need for pipenv/pyenv in this image
-i https://pypi.python.org/simple
aioquic==1.2.0; python_version >= '3.8'
argon2-cffi==25.1.0; python_version >= '3.8'
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
asgiref==3.10.0; python_version >= '3.9'
attrs==25.4.0; python_version >= '3.9'
bcrypt==5.0.0; python_version >= '3.8'
blinker==1.9.0; python_version >= '3.9'
brotli==1.2.0
certifi==2026.2.25; python_version >= '3.7'
cffi==2.0.0; python_version >= '3.9'
click==8.3.1; python_version >= '3.10'
construct==2.10.70; python_version >= '3.6'
cryptography==46.0.5; python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'
docopt==0.6.2
execnet==2.1.2; python_version >= '3.8'
filelock==3.25.0; python_version >= '3.10'
flask==3.1.2; python_version >= '3.9'
h11==0.16.0; python_version >= '3.8'
h2==4.3.0; python_version >= '3.9'
hpack==4.1.0; python_version >= '3.9'
hyperframe==6.1.0; python_version >= '3.9'
iniconfig==2.3.0; python_version >= '3.10'
itsdangerous==2.2.0; python_version >= '3.8'
jinja2==3.1.6; python_version >= '3.7'
kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
ldap3==2.9.1
markupsafe==3.0.3; python_version >= '3.9'
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@30b588eb1b7c66da233d7c471ec23f2b632ed531
mitmproxy-linux==0.12.9; python_version >= '3.12'
mitmproxy-rs==0.12.9; python_version >= '3.12'
msgpack==1.1.2; python_version >= '3.9'
packaging==26.0; python_version >= '3.8'
pluggy==1.6.0; python_version >= '3.9'
psycopg==3.3.3; python_version >= '3.10'
publicsuffix2==2.20191221
pyasn1==0.6.2; python_version >= '3.8'
pyasn1-modules==0.4.2; python_version >= '3.8'
pycparser==3.0; python_version >= '3.10'
pygments==2.19.2; python_version >= '3.8'
pylsqpack==0.3.23; python_version >= '3.10'
pyopenssl==26.0.0; python_version >= '3.7'
pyparsing==3.2.5; python_version >= '3.9'
pyperclip==1.9.0
pytest==9.0.2; python_version >= '3.10'
pytest-asyncio==1.3.0; python_version >= '3.10'
pytest-repeat==0.9.4; python_version >= '3.9'
pytest-timeout==2.4.0; python_version >= '3.7'
pytest-xdist==3.8.0; python_version >= '3.9'
pyyaml==6.0.3; python_version >= '3.8'
ruamel.yaml==0.18.16; python_version >= '3.8'
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
service-identity==24.2.0; python_version >= '3.8'
sortedcontainers==2.4.0
tornado==6.5.2; python_version >= '3.9'
typing-extensions==4.14.0; python_version >= '3.9'
urwid==3.0.3; python_full_version >= '3.9.0'
wcwidth==0.6.0; python_version >= '3.8'
werkzeug==3.1.5; python_version >= '3.9'
wsproto==1.2.0; python_full_version >= '3.7.0'
zstandard==0.25.0; python_version >= '3.9'