Skip to content
Snippets Groups Projects
Commit f9df7ac1 authored by Joan Hérisson's avatar Joan Hérisson
Browse files

add requirements.txt

parent 8267e9a5
No related branches found
No related tags found
No related merge requests found
...@@ -2,4 +2,6 @@ FROM python:3.7 ...@@ -2,4 +2,6 @@ FROM python:3.7
RUN pip install --upgrade pip RUN pip install --upgrade pip
RUN pip install mathutils numpy matplotlib COPY requirements.txt .
RUN pip install -r requirements.txt
...@@ -4,6 +4,4 @@ dependencies: ...@@ -4,6 +4,4 @@ dependencies:
- python<=3.7 - python<=3.7
- pip - pip
- pip: - pip:
- mathutils - -r requirements.txt
- numpy
- matplotlib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment