Skip to content

Commit

Permalink
Add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
th-ch committed Nov 25, 2024
1 parent dba09f4 commit 39c74a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion synthetics/uptime-reporting/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
python3 -m venv .venv
source .venv/bin/activate
# Install the Datadog Python client
python -m pip install datadog-api-client
python -m pip install -r requirements.txt
# Run the script
DD_API_KEY="<API KEY>" DD_APP_KEY="<APPLICATION KEY>" python extract-synthetics-uptimes.py
```
1 change: 1 addition & 0 deletions synthetics/uptime-reporting/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
datadog-api-client==2.30.0

0 comments on commit 39c74a2

Please sign in to comment.