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', ], }