Skip to content

Commit

Permalink
Allow installation of base dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Aug 17, 2018
1 parent e55a7f0 commit 1d73f7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion datadog_checks_base/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ def get_requirements(fpath):
packages=['datadog_checks'],
include_package_data=True,

install_requires=[],
extras_require={
'deps': get_requirements('requirements.in'),
},
)

0 comments on commit 1d73f7f

Please sign in to comment.