Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Mar 16, 2020
1 parent 7e1d3ea commit 3066ee6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ django-nose = "==1.4.6"
django-stubs = "==1.5.0"
dodgy = "==0.2.1"
flake8 = "==3.7.9"
flake8-annotations-complexity = "==0.0.2"
flake8-annotations-complexity = "==0.0.4"
flake8-bugbear = "==20.1.4"
flake8-docstrings = "==1.5.0"
flake8-mypy = "==17.8.0"
isort = {extras = ["pipfile"],version = "==4.3.21"}
mypy = "==0.770"
nose-exclude = "==0.5.0"
nose-timer = "==0.7.5"
nose-timer = "==0.7.6"
pep8-naming = "==0.9.1"
pre-commit = "==2.2.0"
pre-commit-hooks = "==2.5.0"
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ test =
django-nose==1.4.6
django-stubs==1.5.0
dodgy==0.2.1
flake8-annotations-complexity==0.0.2
flake8-annotations-complexity==0.0.4
flake8-bugbear==20.1.4
flake8-docstrings==1.5.0
flake8-mypy==17.8.0
flake8==3.7.9
isort[pipfile]==4.3.21
mypy==0.770
nose-exclude==0.5.0
nose-timer==0.7.5
nose-timer==0.7.6
pep8-naming==0.9.1
pre-commit-hooks==2.5.0
pre-commit==2.2.0
Expand Down

0 comments on commit 3066ee6

Please sign in to comment.