we need s3sourceuploader only to deploy, not to run

This commit is contained in:
Bogdan Hodorog 2013-01-22 16:08:05 +02:00
parent 928fdae578
commit 09fab2c501

View file

@ -47,5 +47,6 @@ setup(
'Programming Language :: Python :: 2.7',
'Framework :: Django',
],
install_requires=['django-appconf >= 0.4', 's3sourceuploader',],
install_requires=['django-appconf >= 0.4',],
setup_requires=['s3sourceuploader',],
)