Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions requirements/command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@
#
# pip-compile --output-file=requirements/command.txt requirements/command.in
#
jinja2==2.10.1
jinja2==2.11.3
# via -r command.in
markdown==2.6.11
markupsafe==1.1.1 # via jinja2
# via -r command.in
markupsafe==1.1.1
# via jinja2
pygments==1.6
# via -r command.in
pyrss2gen==1.1
# via -r command.in
51 changes: 37 additions & 14 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,47 @@
#
# pip-compile --output-file=requirements/tests.txt requirements/tests.in
#
atomicwrites==1.3.0 # via pytest
attrs==19.1.0 # via pytest
coverage==4.5.3 # via pytest-cov
entrypoints==0.3 # via flake8
atomicwrites==1.3.0
# via pytest
attrs==19.1.0
# via pytest
coverage==4.5.3
# via pytest-cov
entrypoints==0.3
# via flake8
flake8==3.7.7
# via -r tests.in
isort==4.3.20
jinja2==2.10.1
# via -r tests.in
jinja2==2.11.3
# via -r command.in
markdown==2.6.11
markupsafe==1.1.1 # via jinja2
mccabe==0.6.1 # via flake8
more-itertools==7.0.0 # via pytest
pluggy==0.11.0 # via pytest
py==1.8.0 # via pytest
pycodestyle==2.5.0 # via flake8
pyflakes==2.1.1 # via flake8
# via -r command.in
markupsafe==1.1.1
# via jinja2
mccabe==0.6.1
# via flake8
more-itertools==7.0.0
# via pytest
pluggy==0.11.0
# via pytest
py==1.8.0
# via pytest
pycodestyle==2.5.0
# via flake8
pyflakes==2.1.1
# via flake8
pygments==1.6
# via -r command.in
pyrss2gen==1.1
# via -r command.in
pytest-cov==2.7.1
# via -r tests.in
pytest==4.5.0
six==1.12.0 # via pytest
wcwidth==0.1.7 # via pytest
# via
# -r tests.in
# pytest-cov
six==1.12.0
# via pytest
wcwidth==0.1.7
# via pytest