Permalink
Browse files

Add pyramid_redis_sessions dev dependency

Needed to build the Chrome extension with production.ini
  • Loading branch information...
seanh committed May 27, 2015
1 parent f07a61c commit eaa070527d0dcfe9ea8b1bcfb6a9dd7ab15aa5ca
Showing with 1 addition and 1 deletion.
  1. +1 −1 setup.py
View
@@ -72,7 +72,7 @@ def run_tests(self):
]
DEV_EXTRAS = ['pyramid_debugtoolbar>=2.1', 'prospector[with_pyroma]', 'pep257',
'sphinxcontrib-httpdomain']
'sphinxcontrib-httpdomain', 'pyramid_redis_sessions']
TESTING_EXTRAS = ['mock', 'pytest>=2.5', 'pytest-cov', 'factory-boy']
CLAIM_EXTRAS = ['mandrill']
YAML_EXTRAS = ['PyYAML']

0 comments on commit eaa0705

Please sign in to comment.