Skip to content

Commit

Permalink
➕ Add django-silk to dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Jan 15, 2024
1 parent 652b415 commit 4b68b0a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ sphinx_rtd_theme

# performance testing
locust
django-silk
13 changes: 12 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ attrs==21.2.0
# -r requirements/ci.txt
# glom
# jsonschema
autopep8==2.0.4
# via django-silk
babel==2.9.1
# via sphinx
bandit==1.7.4
Expand Down Expand Up @@ -201,6 +203,7 @@ django==3.2.23
# django-rosetta
# django-sekizai
# django-sendfile2
# django-silk
# django-simple-certmanager
# django-sniplates
# django-timeline-logger
Expand Down Expand Up @@ -414,6 +417,8 @@ django-sessionprofile==1.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# django-digid-eherkenning
django-silk==5.0.4
# via -r requirements/dev.in
django-simple-certmanager==1.3.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -603,6 +608,8 @@ glom==20.11.0
# -c requirements/ci.txt
# -r requirements/ci.txt
# mozilla-django-oidc-db
gprof2dot==2022.7.29
# via django-silk
greenlet==2.0.2
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -825,7 +832,9 @@ psycopg2==2.9.1
# -c requirements/ci.txt
# -r requirements/ci.txt
pycodestyle==2.11.1
# via flake8
# via
# autopep8
# flake8
pycparser==2.20
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -1020,6 +1029,7 @@ sqlparse==0.4.4
# -r requirements/ci.txt
# django
# django-debug-toolbar
# django-silk
stevedore==3.5.0
# via bandit
svglib==1.5.1
Expand Down Expand Up @@ -1052,6 +1062,7 @@ tomli==2.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# autopep8
# black
# build
# pep517
Expand Down

0 comments on commit 4b68b0a

Please sign in to comment.