library/roles/ckan/ckan/defaults/main.yml: Add additional python libraries.

This commit is contained in:
Andrea Dell'Amico 2017-02-01 11:42:28 +01:00
parent 4ae4994f56
commit 768d408ae6
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@ ckan_pip_dependencies:
- rdflib - rdflib
- 'urllib3[secure]' - 'urllib3[secure]'
- bleach - bleach
- pyOpenSSL
- cryptography
- idna
- certifi
ckan_pip_versioned_dependencies: ckan_pip_versioned_dependencies:
- { name: 'SQLAlchemy', version: '0.9.6', state: 'present' } - { name: 'SQLAlchemy', version: '0.9.6', state: 'present' }