Skip to content

Commit

Permalink
Add h-matchers to the dependencies for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Betts committed Jul 19, 2023
1 parent 380f6a6 commit 0278c61
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ gunicorn==20.1.0
# via -r requirements/prod.txt
h-assets==1.0.5
# via -r requirements/prod.txt
h-matchers==1.2.15
# via -r requirements/prod.txt
h-pyramid-sentry==1.2.4
# via -r requirements/prod.txt
h-vialib==1.2.1
Expand Down
4 changes: 3 additions & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ gunicorn==20.1.0
h-assets==1.0.5
# via -r requirements/prod.txt
h-matchers==1.2.15
# via -r requirements/functests.in
# via
# -r requirements/functests.in
# -r requirements/prod.txt
h-pyramid-sentry==1.2.4
# via -r requirements/prod.txt
h-vialib==1.2.1
Expand Down
1 change: 1 addition & 0 deletions requirements/prod.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ newrelic
checkmatelib
h-assets
h-pyramid-sentry
h-matchers
h-vialib
importlib_resources
pyjwt
Expand Down
2 changes: 2 additions & 0 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ gunicorn==20.1.0
# via -r requirements/prod.in
h-assets==1.0.5
# via -r requirements/prod.in
h-matchers==1.2.15
# via -r requirements/prod.in
h-pyramid-sentry==1.2.4
# via -r requirements/prod.in
h-vialib==1.2.1
Expand Down
4 changes: 3 additions & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ gunicorn==20.1.0
h-assets==1.0.5
# via -r requirements/prod.txt
h-matchers==1.2.15
# via -r requirements/tests.in
# via
# -r requirements/prod.txt
# -r requirements/tests.in
h-pyramid-sentry==1.2.4
# via -r requirements/prod.txt
h-vialib==1.2.1
Expand Down

0 comments on commit 0278c61

Please sign in to comment.