Merge "Pin captcha version"

This commit is contained in:
Zuul 2018-07-21 14:54:25 +00:00 committed by Gerrit Code Review
commit d393c62f1e
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ class askbot::install (
}
python::pip { 'captcha':
ensure => '0.2.1',
pkgname => 'captcha',
virtualenv => '/usr/askbot-env',
require => Python::Virtualenv['/usr/askbot-env'],