Skip to content

Commit

Permalink
Removing Pillow from install_requires. It's not really required. Only…
Browse files Browse the repository at this point in the history
… if you want to use the ImageGenerator.
  • Loading branch information
gregmuellegger committed Jul 3, 2014
1 parent 02403e5 commit f61210d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
argparse
coverage
django-discover-runner
Pillow
Pillow
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ def split(self, *args, **kw):
'autofixture',
'autofixture.management',
'autofixture.management.commands'],
install_requires = ['setuptools', 'Pillow'],
install_requires = ['setuptools'],
test_suite = 'runtests.runtests',
)

0 comments on commit f61210d

Please sign in to comment.