cubicweb/__main__.py
author Denis Laxalde <denis.laxalde@logilab.fr>
Wed, 07 Dec 2016 14:07:35 +0100
branch3.24
changeset 11882 ccf61228a802
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[pkg] Set an upper bound to passlib We're using a deprecated API and are getting the following deprecation warning: :: the method passlib.context.CryptContext.encrypt() is deprecated as of Passlib 1.7, and will be removed in Passlib 2.0, use CryptContext.hash() instead. So let's make sure we're getting a working library. [ci skip]

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])