File tree 2 files changed +17
-6
lines changed
2 files changed +17
-6
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,9 @@ RUN apt-get update && apt-get install -y \
25
25
RUN pip install --upgrade pip setuptools wheel
26
26
RUN pip install --no-deps \
27
27
spinetoolbox==0.7.4 \
28
- spine_engine==0.23.4
28
+ spine_engine==0.23.4 \
29
+ spine_items==0.21.5 \
30
+ spinedb_api==0.30.5
29
31
RUN pip install -r requirements.txt
30
32
31
33
# ENTRYPOINT ["python", "src/app.py" ]
Original file line number Diff line number Diff line change 1
- dagster == 1.7.16
2
- flask == 2.3.3
1
+ chardet >= 4.0.0
2
+ dagster == 0.12.8
3
+ datapackage >= 1.15.2
4
+ faker >= 8.1.2
5
+ flask == 1.1.4
3
6
flask_oidc == 1.4.0
7
+ gdx2py >= 2.1.1
8
+ ijson >= 3.1.4
4
9
jill == 0.11.5
5
10
jupyter-client >= 6.0
11
+ markupsafe < 2.1
6
12
matplotlib >= 3.5
7
13
networkx >= 2.6
8
14
numpy == 1.26.4
15
+ openpyxl >= 3.0.7
9
16
okta == 2.9.5
17
+ pendulum < 3.0.0
18
+ protobuf < 3.21.0
19
+ psycopg2-binary == 2.9.9
20
+ pyodbc >= 4.0
10
21
pygments >= 2.8
11
22
pytest
12
- spine_items == 0.21.5
13
- spinedb_api == 0.30.5
14
23
pandas >= 1.3.2
15
24
pyzmq >= 21.0
16
25
pyside6 == 6.6.3.1
17
26
qtconsole >= 5.1
18
27
scipy >= 1.7.1
19
- sqlalchemy >= 1.3
28
+ sqlalchemy == 1.3.24
You can’t perform that action at this time.
0 commit comments