Skip to content

Commit 0189985

Browse files
authored
Unpin dev deps (#207)
* Unpin dev deps * Add black and flake8
1 parent aad18c2 commit 0189985

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
path: ${{ steps.pip-cache.outputs.dir }}
3838
key:
39-
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}
39+
${{ matrix.python-version }}-v1-${{ hashFiles('**/setup.py') }}-${{ hashFiles('**/tox.ini') }}-${{ hashFiles('**/requirements-dev.txt') }}
4040
restore-keys: |
4141
${{ matrix.python-version }}-v1-
4242

requirements-dev.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
2-
black==22.6.0
3-
Faker==13.15.0
4-
flake8==4.0.1
5-
ipython==7.16.3
6-
model_bakery==1.5.0
7-
pre-commit==2.15.0
8-
pytest==6.2.5
9-
pytest-cov==3.0.0
10-
pytest-django==4.5.2
11-
sphinx==4.2.0
12-
sphinx-autobuild==2021.3.14
13-
sphinxcontrib_httpdomain==1.7.0
14-
tox==3.25.1
2+
black
3+
Faker
4+
flake8
5+
ipython
6+
model_bakery
7+
pre-commit
8+
pytest
9+
pytest-cov
10+
pytest-django
11+
sphinx
12+
sphinx-autobuild
13+
sphinxcontrib_httpdomain
14+
tox

0 commit comments

Comments
 (0)