Unpin redis requirement

* On CKAN <= 2.6: will install latest redis, should work fine
* On CKAN 2.7 and 2.8: will use the core version (2.*)
* On CKAN >= 2.9: will use the core version (3.*)
This commit is contained in:
amercader 2020-09-01 10:57:37 +02:00
parent 6d78415ce4
commit 9c4b0b22d6
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
ckantoolkit==0.0.3
pika>=1.1.0
pyOpenSSL==18.0.0
redis
requests>=2.11.1
six>=1.12.0