Navigation Menu

Skip to content

Commit

Permalink
Removed requires redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
rockyburt committed May 12, 2011
1 parent 694e4be commit 77a3ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -43,7 +43,7 @@
packages=find_packages(),
include_package_data=True,
zip_safe=False,
install_requires=['pyramid>=1.0a10', 'Jinja2>=2.5.0'],
install_requires=requires,
tests_require=requires + ['WebTest'],
test_suite="pyramid_jinja2",
entry_points="""
Expand Down

0 comments on commit 77a3ebb

Please sign in to comment.