Skip to content

Commit 367ccec

Browse files
committed
install python dependencies after pulling container
1 parent 5816ce9 commit 367ccec

2 files changed

Lines changed: 139 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@
4242
},
4343
"runArgs": [
4444
"--privileged"
45-
]
45+
],
46+
"postCreateCommand": "python3 -m venv venv && venv/bin/pip install -r requirements.txt"
4647
}

requirements.txt

Lines changed: 137 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,150 @@
1+
altgraph==0.17.5
2+
annotated-types==0.7.0
3+
anyio==4.12.1
4+
argon2-cffi==25.1.0
5+
argon2-cffi-bindings==25.1.0
6+
arrow==1.4.0
7+
asttokens==3.0.1
8+
async-lru==2.1.0
9+
attrs==25.4.0
10+
babel==2.18.0
11+
beautifulsoup4==4.14.3
12+
bitarray==3.8.0
13+
bitstring==4.3.1
14+
bleach==6.3.0
15+
certifi==2025.11.12
16+
cffi==2.0.0
17+
charset-normalizer==3.4.4
18+
click==8.1.8
19+
colorama==0.4.6
20+
comm==0.2.3
21+
construct==2.10.70
122
contourpy==1.3.3
23+
cryptography==46.0.3
224
cycler==0.12.1
25+
debugpy==1.8.20
26+
decorator==5.2.1
27+
defusedxml==0.7.1
28+
esp-coredump==1.14.0
29+
esp-idf-diag==0.2.0
30+
esp-idf-kconfig==3.4.1
31+
esp-idf-monitor==1.8.0
32+
esp-idf-size==2.1.0
33+
esp_idf_nvs_partition_gen==0.1.9
34+
esp_idf_panic_decoder==1.4.2
35+
esptool==5.2.dev1
36+
executing==2.2.1
37+
fastjsonschema==2.21.2
338
fonttools==4.61.1
4-
future==1.0.0
5-
iso8601==2.1.0
39+
fqdn==1.5.1
40+
freertos-gdb==1.0.4
41+
h11==0.16.0
42+
httpcore==1.0.9
43+
httpx==0.28.1
44+
idf-component-manager==2.4.2
45+
idna==3.11
46+
intelhex==2.3.0
47+
ipykernel==7.2.0
48+
ipython==9.10.0
49+
ipython_pygments_lexers==1.1.1
50+
ipywidgets==8.1.8
51+
isoduration==20.11.0
52+
jedi==0.19.2
53+
Jinja2==3.1.6
54+
json5==0.13.0
55+
jsonpointer==3.0.0
56+
jsonref==1.1.0
57+
jsonschema==4.26.0
58+
jsonschema-specifications==2025.9.1
59+
jupyter==1.1.1
60+
jupyter-console==6.6.3
61+
jupyter-events==0.12.0
62+
jupyter-lsp==2.3.0
63+
jupyter_client==8.8.0
64+
jupyter_core==5.9.1
65+
jupyter_server==2.17.0
66+
jupyter_server_terminals==0.5.4
67+
jupyterlab==4.5.4
68+
jupyterlab_pygments==0.3.0
69+
jupyterlab_server==2.28.0
70+
jupyterlab_widgets==3.0.16
671
kiwisolver==1.4.9
72+
lark==1.3.1
73+
markdown-it-py==4.0.0
74+
MarkupSafe==3.0.3
775
matplotlib==3.10.8
76+
matplotlib-inline==0.2.1
77+
mdurl==0.1.2
78+
mistune==3.2.0
79+
nbclient==0.10.4
80+
nbconvert==7.17.0
81+
nbformat==5.10.4
82+
nest-asyncio==1.6.0
83+
notebook==7.5.3
84+
notebook_shim==0.2.4
885
numpy==2.4.1
9-
packaging==26.0
86+
packaging==25.0
1087
pandas==3.0.0
88+
pandocfilters==1.5.1
89+
parso==0.8.6
90+
pexpect==4.9.0
1191
pillow==12.1.0
12-
pyparsing==3.3.2
92+
platformdirs==4.5.1
93+
prometheus_client==0.24.1
94+
prompt_toolkit==3.0.52
95+
psutil==7.1.3
96+
ptyprocess==0.7.0
97+
pure_eval==0.2.3
98+
pyclang==0.6.3
99+
pycparser==2.23
100+
pydantic==2.12.5
101+
pydantic-settings==2.12.0
102+
pydantic_core==2.41.5
103+
pyelftools==0.32
104+
pygdbmi==0.11.0.0
105+
Pygments==2.19.2
106+
pyinstaller==6.18.0
107+
pyinstaller-hooks-contrib==2026.0
108+
pyparsing==3.2.5
13109
pyserial==3.5
14110
python-dateutil==2.9.0.post0
111+
python-dotenv==1.2.1
112+
python-json-logger==4.0.0
15113
PyYAML==6.0.3
114+
pyzmq==27.1.0
115+
reedsolo==1.7.0
116+
referencing==0.37.0
117+
requests==2.32.5
118+
requests-file==3.0.1
119+
requests-toolbelt==1.0.0
120+
rfc3339-validator==0.1.4
121+
rfc3986-validator==0.1.1
122+
rfc3987-syntax==1.1.0
123+
rich==14.2.0
124+
rich-click==1.8.9
125+
rpds-py==0.30.0
126+
ruamel.yaml==0.18.17
127+
ruamel.yaml.clib==0.2.15
128+
Send2Trash==2.1.0
129+
setuptools==80.9.0
16130
six==1.17.0
131+
soupsieve==2.8.3
132+
stack-data==0.6.3
133+
terminado==0.18.1
134+
tinycss2==1.4.0
135+
tornado==6.5.4
17136
tqdm==4.67.1
137+
traitlets==5.14.3
138+
tree-sitter==0.25.2
139+
tree-sitter-c==0.24.1
140+
truststore==0.10.4
141+
typing-inspection==0.4.2
142+
typing_extensions==4.15.0
143+
tzdata==2025.3
144+
uri-template==1.3.0
145+
urllib3==1.26.20
146+
wcwidth==0.6.0
147+
webcolors==25.10.0
148+
webencodings==0.5.1
149+
websocket-client==1.9.0
150+
widgetsnbextension==4.0.15

0 commit comments

Comments
 (0)