changeset 84c3af7c288f in trytond:5.0
details: https://hg.tryton.org/trytond?cmd=changeset;node=84c3af7c288f
description:
        Required passlib >= 1.7.0

        CryptContext.hash (used in User.hash_password) was added on version 
1.7.0.

        issue9631
        review302191003
        (grafted from 8d1f0e31a1c686b1aee64a75582c6816361825a4)
diffstat:

 setup.py |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r bb7f9931eac2 -r 84c3af7c288f setup.py
--- a/setup.py  Thu Sep 24 23:02:14 2020 +0200
+++ b/setup.py  Thu Sep 24 23:05:04 2020 +0200
@@ -110,7 +110,7 @@
         'python-sql >= 0.5',
         'werkzeug < 1.0',
         'wrapt',
-        'passlib',
+        'passlib >= 1.7.0',
         ],
     extras_require={
         'PostgreSQL': pg_require,

Reply via email to