Skip to content

Commit

Permalink
Rename requirements.txt to requirements-dev.txt (#15)
Browse files Browse the repository at this point in the history
* Rename requirements.txt to requirements-dev.txt

* Docker ignore requirements-dev.txt
  • Loading branch information
oittaa authored Mar 14, 2021
1 parent e51b8f1 commit 85e8866
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ coverage.xml
.cloudstorage
.editorconfig
.vscode
requirements-dev.txt
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f requirements-dev.txt ]; then pip install -r requirements-dev.txt; fi
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
5 changes: 5 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
flake8==3.8.4
google-cloud-storage==1.36.2
pytest==6.2.2
pytest-cov==2.11.1
requests==2.25.1
2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 85e8866

Please sign in to comment.