From 8048e18525486c8938df1dc635df46330e8e3996 Mon Sep 17 00:00:00 2001 From: Mostafa Abdo Date: Wed, 14 Aug 2024 13:52:14 -0700 Subject: [PATCH] dependancy fix --- Dockerfile | 4 +++- requirements.txt | 19 ++++++++++++++----- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 163233c..c2bd4b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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" ] \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 03fc559..864b813 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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