Skip to content

Commit

Permalink
Adding crypto option.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
bbangert committed Feb 13, 2008
1 parent aa47274 commit d6085cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Expand Up @@ -127,6 +127,9 @@ def simple_app(environ, start_response):
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
zip_safe=False,
install_requires=[],
extras_require = {
'crypto':["pycryptopp>=0.3.0"]
},
entry_points="""
[paste.filter_factory]
beaker_session = beaker.middleware:session_filter_factory
Expand Down

0 comments on commit d6085cf

Please sign in to comment.