library/roles/ckan/ckan/defaults/main.yml: Add the python modules ndg-httpsclient pyasn1

This commit is contained in:
Andrea Dell'Amico 2017-05-05 13:18:24 +02:00
parent 8a8005a484
commit 0b75f0e3ef
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,8 @@ ckan_pip_dependencies:
- idna
- certifi
- xmltodict
- ndg-httpsclient
- pyasn1
ckan_pip_versioned_dependencies:
- { name: 'SQLAlchemy', version: '0.9.6', state: 'present' }