Skip to content

Commit 2c1d428

Browse files
install python-dotenv
1 parent 8769f65 commit 2c1d428

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
jsonschema
2-
numpy
2+
python-dotenv
33
vtk
44
wslink
55
websocket-client

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ frozenlist==1.4.1
2727
# aiosignal
2828
idna==3.6
2929
# via yarl
30-
importlib-resources==6.1.2
30+
importlib-resources==6.1.3
3131
# via matplotlib
3232
jsonschema==4.21.1
3333
# via -r requirements.in
@@ -43,17 +43,18 @@ multidict==6.0.5
4343
# yarl
4444
numpy==1.26.4
4545
# via
46-
# -r requirements.in
4746
# contourpy
4847
# matplotlib
49-
packaging==23.2
48+
packaging==24.0
5049
# via matplotlib
5150
pillow==10.2.0
5251
# via matplotlib
5352
pyparsing==3.1.2
5453
# via matplotlib
5554
python-dateutil==2.9.0.post0
5655
# via matplotlib
56+
python-dotenv==1.0.1
57+
# via -r requirements.in
5758
referencing==0.33.0
5859
# via
5960
# jsonschema

0 commit comments

Comments
 (0)