Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
Remove `south` as an explicit dependency, supported versions of django don't need south or expect it to be installed. 

One should explicity install south or they might have already installed one.
  • Loading branch information
theskumar committed May 26, 2016
1 parent 8f6da4a commit a31c389
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def read(fname):
include_package_data=True,
install_requires=[
'django',
'South',
'Pillow',
],
)

0 comments on commit a31c389

Please sign in to comment.