diff --git a/Dockerfile b/Dockerfile index 21ec47a..ec9fac6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,8 +25,5 @@ ADD . /app_lib/so3g # Install any needed packages specified in requirements.txt RUN pip3 install -r requirements.txt -# Install qpoint -RUN /bin/bash /app_lib/so3g/docker/qpoint-setup.sh - # Build so3g RUN /bin/bash /app_lib/so3g/docker/so3g-setup.sh diff --git a/setup.py b/setup.py index bed5ea5..774632e 100644 --- a/setup.py +++ b/setup.py @@ -383,6 +383,8 @@ def readme(): "sqlalchemy", "pysqlite3-wheels", "tqdm", + "pixell", + "qpoint", ] # Since the so3g python package is in a directory called "python", we can't use the