Support recursive suboptions schema (#37206)

* Support recursive suboptions schema

* Remove todo line, add voluptuous version constraint
This commit is contained in:
Matt Martz 2018-03-09 17:09:58 -06:00 committed by GitHub
commit 8980d275a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -15,3 +15,4 @@ pytest < 3.3.0 ; python_version < '2.7' # pytest 3.3.0 drops support for python
ntlm-auth >= 1.0.6 # message encryption support
requests-ntlm >= 1.1.0 # message encryption support
requests-credssp >= 0.1.0 # message encryption support
voluptuous >= 0.11.0 # Schema recursion via Self