Skip to content

Commit

Permalink
Add testing dependencies for openklant2 client
Browse files Browse the repository at this point in the history
  • Loading branch information
swrichards committed Sep 4, 2024
1 parent 0cc8277 commit 5965a47
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ django-debug-toolbar
# performance testing / profiling
locust
django-silk

# VCR
pytest-recording
vcrpy
14 changes: 14 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ idna==3.7
# -r requirements/ci.txt
# email-validator
# requests
# yarl
imagesize==1.4.1
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -855,6 +856,8 @@ mozilla-django-oidc-db==0.14.1
# -r requirements/ci.txt
msgpack==1.0.7
# via locust
multidict==6.0.5
# via yarl
mypy-extensions==1.0.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -1032,6 +1035,9 @@ pytest==8.1.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# pytest-recording
pytest-recording==0.13.2
# via -r requirements/dev.in
python-crontab==3.0.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -1075,6 +1081,7 @@ pyyaml==6.0
# drf-spectacular
# gemma-zds-client
# tablib
# vcrpy
# zgw-consumers-oas
pyzmq==25.1.2
# via locust
Expand Down Expand Up @@ -1286,6 +1293,10 @@ uwsgi==2.0.23
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
vcrpy==6.0.1
# via
# -r requirements/dev.in
# pytest-recording
vine==5.1.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -1341,6 +1352,7 @@ wrapt==1.14.1
# -r requirements/ci.txt
# astroid
# elastic-apm
# vcrpy
xlrd==2.0.1
# via
# -c requirements/ci.txt
Expand All @@ -1360,6 +1372,8 @@ xsdata==23.8
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
yarl==1.9.8
# via vcrpy
zgw-consumers==0.35.1
# via
# -c requirements/ci.txt
Expand Down

0 comments on commit 5965a47

Please sign in to comment.