From ad7163df7933b78a24d1b4d4c70be420143cf444 Mon Sep 17 00:00:00 2001 From: Marco Martinez Date: Wed, 22 Jun 2016 15:45:16 -0700 Subject: [PATCH] Update repoze.who dependencies --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b5ba45f..92484d49 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ 'pyramid_redis', 'pyramid_webassets', # Asset management (ala grunt) 'pyramid_who', # User authentication + 'repoze.who>=2.3.0', 'six', # Py 2 & 3 compatibilty 'SQLAlchemy', # Database ORM 'tabulate', # ASCII tables for CLI pretty-print @@ -55,7 +56,7 @@ 'sphinx-autobuild' ], - 'ldap': ['who_ldap'], # LDAP authorization + 'ldap': ['who_ldap>=3.2.0'], # LDAP authorization 'sqlite': [], @@ -73,6 +74,7 @@ 'WebTest', 'beautifulsoup4', 'mock', + 'who_dev>=0.0.2', ], }