Skip to content
Closed
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
6 changes: 5 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ click==8.0.1
# via
# flask
# pip-tools
deprecated==1.2.13
# via redis
distlib==0.3.2
# via virtualenv
docutils==0.16
Expand Down Expand Up @@ -96,7 +98,7 @@ pytz==2021.1
# via babel
pyyaml==5.4.1
# via pre-commit
redis==3.5.3
redis==4.0.2
# via -r tests.in
requests==2.26.0
# via sphinx
Expand Down Expand Up @@ -150,6 +152,8 @@ werkzeug==2.0.1
# via flask
wheel==0.37.0
# via pip-tools
wrapt==1.13.3
# via deprecated

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
16 changes: 10 additions & 6 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ attrs==21.2.0
# via pytest
click==8.0.1
# via flask
deprecated==1.2.13
# via redis
flask==2.0.1
# via -r requirements/tests.in
# via -r tests.in
iniconfig==1.1.1
# via pytest
itsdangerous==2.0.1
Expand All @@ -27,18 +29,20 @@ psutil==5.8.0
py==1.10.0
# via pytest
pylibmc==1.6.1
# via -r requirements/tests.in
# via -r tests.in
pyparsing==2.4.7
# via packaging
pytest==6.2.5
# via
# -r requirements/tests.in
# -r tests.in
# pytest-xprocess
pytest-xprocess==0.18.1
# via -r requirements/tests.in
redis==3.5.3
# via -r requirements/tests.in
# via -r tests.in
redis==4.0.2
# via -r tests.in
toml==0.10.2
# via pytest
werkzeug==2.0.1
# via flask
wrapt==1.13.3
# via deprecated