Add downtime module (#1437)

* Add downtime module

* review + tests

* importorskip + review

* py36

* make py3.6+ dep explicit
This commit is contained in:
Hippolyte HENRY 2020-12-15 19:50:42 +01:00 committed by GitHub
commit 19a5975181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 536 additions and 0 deletions

View file

@ -21,3 +21,6 @@ openshift ; python_version >= '2.7'
# requirement for maven_artifact module
lxml
semantic_version
# requirement for datadog_downtime module
datadog-api-client >= 1.0.0b3 ; python_version >= '3.6'