Skip to content

Commit 0908313

Browse files
committed
Use dev-only requirements for stylechecker image
1 parent 309e183 commit 0908313

File tree

1 file changed

+1
-58
lines changed

1 file changed

+1
-58
lines changed
Lines changed: 1 addition & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# generated from Citus's Pipfile.lock (in src/test/regress) as of citusdata/citus#8488
2-
# using `pipenv requirements --dev > requirements.txt`, so as to avoid the
2+
# using `pipenv requirements --dev-only > requirements.txt`, so as to avoid the
33
# need for pipenv/pyenv in this image
44

55
-i https://pypi.python.org/simple
@@ -16,60 +16,3 @@ pathspec==1.0.4; python_version >= '3.9'
1616
platformdirs==4.9.2; python_version >= '3.10'
1717
pycodestyle==2.14.0; python_version >= '3.9'
1818
pyflakes==3.4.0; python_version >= '3.9'
19-
aioquic==1.2.0; python_version >= '3.8'
20-
argon2-cffi==25.1.0; python_version >= '3.8'
21-
argon2-cffi-bindings==25.1.0; python_version >= '3.9'
22-
asgiref==3.10.0; python_version >= '3.9'
23-
bcrypt==5.0.0; python_version >= '3.8'
24-
blinker==1.9.0; python_version >= '3.9'
25-
brotli==1.2.0
26-
certifi==2026.2.25; python_version >= '3.7'
27-
cffi==2.0.0; python_version >= '3.9'
28-
construct==2.10.70; python_version >= '3.6'
29-
cryptography==46.0.5; python_version >= '3.8' and python_full_version not in '3.9.0, 3.9.1'
30-
docopt==0.6.2
31-
execnet==2.1.2; python_version >= '3.8'
32-
filelock==3.25.0; python_version >= '3.10'
33-
flask==3.1.2; python_version >= '3.9'
34-
h11==0.16.0; python_version >= '3.8'
35-
h2==4.3.0; python_version >= '3.9'
36-
hpack==4.1.0; python_version >= '3.9'
37-
hyperframe==6.1.0; python_version >= '3.9'
38-
iniconfig==2.3.0; python_version >= '3.10'
39-
itsdangerous==2.2.0; python_version >= '3.8'
40-
jinja2==3.1.6; python_version >= '3.7'
41-
kaitaistruct==0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
42-
ldap3==2.9.1
43-
markupsafe==3.0.3; python_version >= '3.9'
44-
mitmproxy @ git+https://github.com/citusdata/mitmproxy.git@30b588eb1b7c66da233d7c471ec23f2b632ed531
45-
mitmproxy-linux==0.12.9; python_version >= '3.12'
46-
mitmproxy-rs==0.12.9; python_version >= '3.12'
47-
msgpack==1.1.2; python_version >= '3.9'
48-
pluggy==1.6.0; python_version >= '3.9'
49-
psycopg==3.3.3; python_version >= '3.10'
50-
publicsuffix2==2.20191221
51-
pyasn1==0.6.2; python_version >= '3.8'
52-
pyasn1-modules==0.4.2; python_version >= '3.8'
53-
pycparser==3.0; python_version >= '3.10'
54-
pygments==2.19.2; python_version >= '3.8'
55-
pylsqpack==0.3.23; python_version >= '3.10'
56-
pyopenssl==25.3.0; python_version >= '3.7'
57-
pyparsing==3.2.5; python_version >= '3.9'
58-
pyperclip==1.9.0
59-
pytest==9.0.2; python_version >= '3.10'
60-
pytest-asyncio==1.3.0; python_version >= '3.10'
61-
pytest-repeat==0.9.4; python_version >= '3.9'
62-
pytest-timeout==2.4.0; python_version >= '3.7'
63-
pytest-xdist==3.8.0; python_version >= '3.9'
64-
pyyaml==6.0.3; python_version >= '3.8'
65-
ruamel.yaml==0.18.16; python_version >= '3.8'
66-
ruamel.yaml.clib==0.2.15; python_version >= '3.9'
67-
service-identity==24.2.0; python_version >= '3.8'
68-
sortedcontainers==2.4.0
69-
tornado==6.5.2; python_version >= '3.9'
70-
typing-extensions==4.14.0; python_version >= '3.9'
71-
urwid==3.0.3; python_full_version >= '3.9.0'
72-
wcwidth==0.6.0; python_version >= '3.8'
73-
werkzeug==3.1.5; python_version >= '3.9'
74-
wsproto==1.2.0; python_full_version >= '3.7.0'
75-
zstandard==0.25.0; python_version >= '3.9'

0 commit comments

Comments
 (0)