Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies to setup.py #7030

Merged
merged 2 commits into from
Jul 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions datadog_checks_downloader/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ def get_dependencies():
'Programming Language :: Python :: 3.8',
],
packages=['datadog_checks.downloader'],
# Run-time dependencies
extras_require={'deps': get_dependencies()},
# NOTE: Copy over TUF directories, and root metadata.
package_data={
'datadog_checks.downloader': [
Expand Down