Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# specific input that might be needed for testing in specific repos, otherwise should be fine if not needed
# fontawesomepro
--extra-index-url=https://dl.fontawesome.com/7EBF86FC-5EE1-4B58-ACF7-FB0937B76A52/fontawesome-pro/python/simple/
fontawesomepro==6.4.0

# Portal Theme
--extra-index-url=https://portal:[email protected]/repository/test-pypi/simple
plc-server-openapi-client==0.2.0
portal-toolmanagement-client==0.1.6
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ RUN apt-get install -y unixodbc
ENV DISPLAY=:99

RUN pip install --upgrade pip
COPY requirements.txt /app/
RUN pip install --no-cache-dir -r /app/requirements.txt
Loading