Skip to content

Commit

Permalink
Updated requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Mar 14, 2020
1 parent cde22d8 commit ee989ca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,25 @@ check-manifest = "==0.41"
coverage = "==5.0.3"
coveralls = "==1.11.1"
django-nose = "==1.4.6"
django-stubs = "==1.4.0"
django-stubs = "==1.5.0"
dodgy = "==0.2.1"
flake8 = "==3.7.9"
flake8-annotations-complexity = "==0.0.2"
flake8-bugbear = "==20.1.4"
flake8-docstrings = "==1.5.0"
flake8-mypy = "==17.8.0"
isort = {extras = ["pipfile"],version = "==4.3.21"}
mypy = "==0.761"
mypy = "==0.770"
nose-exclude = "==0.5.0"
nose-timer = "==0.7.5"
pep8-naming = "==0.9.1"
pre-commit = "==2.1.1"
pre-commit = "==2.2.0"
pre-commit-hooks = "==2.5.0"
pygments = "==2.6.1"
pylint = "==2.4.4"
pylint-django = "==2.0.14"
pyroma = "==2.6"
readme_renderer = "==24.0"
readme_renderer = "==25.0"
rednose = "==1.3.0"
removestar = "==1.2.2"
seed-isort-config = "==2.1.0"
Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ test =
coverage==5.0.3
coveralls==1.11.1
django-nose==1.4.6
django-stubs==1.4.0
django-stubs==1.5.0
dodgy==0.2.1
flake8-annotations-complexity==0.0.2
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.761
mypy==0.770
nose-exclude==0.5.0
nose-timer==0.7.5
pep8-naming==0.9.1
pre-commit-hooks==2.5.0
pre-commit==2.1.1
pre-commit==2.2.0
pygments==2.6.1
pylint-django==2.0.14
pylint==2.4.4
pyroma==2.6
readme_renderer==24.0
readme_renderer==25.0
rednose==1.3.0
removestar==1.2.2
seed-isort-config==2.1.0
Expand Down

0 comments on commit ee989ca

Please sign in to comment.