Skip to content

Commit

Permalink
Add missing requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubDraganek committed Nov 20, 2018
1 parent 96050c0 commit 8cd10fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
pytest
pytest-mock
snapshottest
pylint
mypy
black

pip-tools

6 changes: 4 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ py==1.7.0 # via pytest
pylint==2.1.1
pytest-mock==1.10.0
pytest==3.9.3
six==1.11.0 # via astroid, more-itertools, pip-tools, pytest
six==1.11.0 # via astroid, more-itertools, pip-tools, pytest, snapshottest
snapshottest==0.5.0
termcolor==1.1.0 # via snapshottest
toml==0.10.0 # via black
typed-ast==1.1.0 # via mypy
typed-ast==1.1.0 # via astroid, mypy
wrapt==1.10.11 # via astroid

0 comments on commit 8cd10fe

Please sign in to comment.