Fix the version of more packages.

This commit is contained in:
Andrea Dell'Amico 2021-03-04 19:16:23 +01:00
parent 151b3936fc
commit e16581a608
1 changed files with 2 additions and 3 deletions

View File

@ -69,11 +69,8 @@ ckan_pip_dependencies:
- rdflib - rdflib
- 'urllib3[secure]' - 'urllib3[secure]'
- bleach - bleach
- pyOpenSSL
- idna
- certifi - certifi
- xmltodict - xmltodict
- ndg-httpsclient
- pyasn1 - pyasn1
- enum - enum
- ipaddress - ipaddress
@ -82,6 +79,8 @@ ckan_pip_dependencies:
ckan_pip_versioned_dependencies: ckan_pip_versioned_dependencies:
- { name: 'SQLAlchemy', version: '0.9.6', state: 'present' } - { name: 'SQLAlchemy', version: '0.9.6', state: 'present' }
- { name: 'cryptography', version: '2.8', state: 'present' } - { name: 'cryptography', version: '2.8', state: 'present' }
- { name: 'pyOpenSSL', version: '19', state: 'present' }
- { name: 'idna', version: '2.9', state: 'present' }
# #
apache_additional_packages: apache_additional_packages: