Skip to content

Commit

Permalink
dependancy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmostafa committed Aug 14, 2024
1 parent d957154 commit 8048e18
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ RUN apt-get update && apt-get install -y \
RUN pip install --upgrade pip setuptools wheel
RUN pip install --no-deps \
spinetoolbox==0.7.4 \
spine_engine==0.23.4
spine_engine==0.23.4 \
spine_items==0.21.5 \
spinedb_api==0.30.5
RUN pip install -r requirements.txt

# ENTRYPOINT ["python", "src/app.py" ]
19 changes: 14 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
dagster==1.7.16
flask==2.3.3
chardet>=4.0.0
dagster==0.12.8
datapackage >=1.15.2
faker >=8.1.2
flask==1.1.4
flask_oidc==1.4.0
gdx2py >=2.1.1
ijson >=3.1.4
jill==0.11.5
jupyter-client>=6.0
markupsafe<2.1
matplotlib>= 3.5
networkx>=2.6
numpy==1.26.4
openpyxl >=3.0.7
okta==2.9.5
pendulum<3.0.0
protobuf<3.21.0
psycopg2-binary==2.9.9
pyodbc >=4.0
pygments>=2.8
pytest
spine_items==0.21.5
spinedb_api==0.30.5
pandas>=1.3.2
pyzmq >=21.0
pyside6==6.6.3.1
qtconsole>=5.1
scipy>=1.7.1
sqlalchemy>=1.3
sqlalchemy==1.3.24

0 comments on commit 8048e18

Please sign in to comment.