Skip to content

Commit

Permalink
updated tests_require in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jun 8, 2012
1 parent deea8b0 commit c41c02f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions setup.py
Expand Up @@ -36,9 +36,12 @@
'django-sekizai>=0.6.1',
],
tests_require=[
'django-reversion==1.4',
'django-reversion==1.6',
'Pillow==1.7.7',
'sphinx',
'Sphinx==1.1.3',
'Jinja2==2.6',
'Pygments==1.5',

],
packages=find_packages(exclude=["project","project.*"]),
include_package_data=True,
Expand Down

0 comments on commit c41c02f

Please sign in to comment.