Skip to content

Commit

Permalink
support extra requires for django client.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsmedina committed Feb 2, 2014
1 parent 04118b2 commit 15cab29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -24,6 +24,7 @@
include_package_data=True,
install_requires=['selenium>=2.39.0'],
extras_require={'zope.testbrowser': ['zope.testbrowser>=4.0.4',
'lxml>=2.3.6', 'cssselect']},
'lxml>=2.3.6', 'cssselect'],
'django': ['Django==1.6.1', 'lxml>=2.3.6', 'cssselect']},
tests_require=['coverage', 'flask'],
)

0 comments on commit 15cab29

Please sign in to comment.