Skip to content

Commit

Permalink
feat: Add datadog-api-client to dev deps so script is easier to use
Browse files Browse the repository at this point in the history
It still makes sense for the script to explicitly call out this dependency
in its --help message, but we can also install the dep automatically for
people calling it from the context of a fully installed venv for this repo.
  • Loading branch information
timmc-edx committed Dec 6, 2024
1 parent f82e4d3 commit 884a4e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@

diff-cover # Changeset diff test coverage
edx-i18n-tools # For i18n_tool dummy
datadog-api-client # Datadog client API for datadog_search.py
6 changes: 6 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ celery==5.4.0
certifi==2024.8.30
# via
# -r requirements/quality.txt
# datadog-api-client
# requests
cffi==1.17.1
# via
Expand Down Expand Up @@ -109,6 +110,8 @@ cryptography==44.0.0
# -r requirements/quality.txt
# pyjwt
# secretstorage
datadog-api-client==2.30.0
# via -r requirements/dev.in
ddt==1.7.2
# via -r requirements/quality.txt
ddtrace==2.17.2
Expand Down Expand Up @@ -409,6 +412,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/quality.txt
# celery
# datadog-api-client
python-slugify==8.0.4
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -493,6 +497,7 @@ twine==6.0.1
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# datadog-api-client
# ddtrace
# edx-opaque-keys
tzdata==2024.2
Expand All @@ -503,6 +508,7 @@ tzdata==2024.2
urllib3==2.2.3
# via
# -r requirements/quality.txt
# datadog-api-client
# requests
# twine
vine==5.1.0
Expand Down

0 comments on commit 884a4e6

Please sign in to comment.