Skip to content

Commit

Permalink
Update all dev reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgilmerproj committed May 16, 2019
1 parent a2c7c36 commit a562fca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Coverage
coverage==4.1
coverage==4.5.3

# Formatting for py3.6 and higher
# black==19.3b0

# Lint
flake8==3.3.0
flake8==3.7.7
mccabe==0.6.1
pep8==1.7.0
pyflakes==1.5.0
pep8==1.7.1
pyflakes==2.1.1

# Testing
mock==2.0.0
mock==3.0.5
nose==1.3.7
pluggy==0.4.0
py==1.4.33
pycodestyle==2.3.1
tox==2.7.0
pluggy==0.11.0
py==1.8.0
pycodestyle==2.5.0
tox==3.11.0

0 comments on commit a562fca

Please sign in to comment.