Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Sep 8, 2023
1 parent 80a5aa4 commit 7b5d8a1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
default:
image: saas-linux-small-amd64
tags: [linux]
before_script:
- pip install -r requirements.txt
before_script: |
export PATH="$HOME/.local/bin:$PATH"
pip install -U -r requirements.txt
.standard-rules: # Make a hidden job to hold the common rules
rules:
Expand Down Expand Up @@ -68,4 +69,4 @@ deploy-job: # This job runs in the deploy stage.
environment: production
script:
- echo "Deploying application..."
- echo "Application NOT deployed yet."
- echo "Application NOT yet deployed!"
12 changes: 4 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# =============================================================================
# PYTHON PACKAGES (PIP)
# =============================================================================
# USE (python3): pip3 install -r <THIS_FILE_NAME>
# USE (python3): pip3 install -U -r <THIS_FILE_NAME>
# =============================================================================

# PyYAML>=5.4.1,<6.0
# asyncio==3.4.3
builddriver==0.9.0
bumpversion>=0.6.0
cmake-format>=0.6.13
cmake>=3.25
gcovr>=5.2
cmake>=3.27
gcovr>=6.0
ninja>=1.11
# pytest-asyncio==0.19.0
# pytest==7.1.3
tftpy>=0.8.2
wheel>=0.37.1
wheel>=0.40.0

0 comments on commit 7b5d8a1

Please sign in to comment.