Added pytz

This commit is contained in:
Hans Hörberg
2014-03-04 14:31:58 +01:00
parent d4b3f16e5b
commit 7edc2447a5
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ saml_conf = sp_conf
remember_name = auth_tkt
sid_store = outstanding
idp_query_param = IdPEntityId
discovery = http://130.239.201.5/role/idp.ds
[general]
request_classifier = s2repoze.plugins.challenge_decider:my_request_classifier

View File

@@ -44,6 +44,7 @@ install_requires = [
'zope.interface',
'repoze.who',
'pycrypto', #'Crypto'
'pytz'
]
tests_require = [