From 09fab2c501fa782235090dca4ef0d73ed95957c3 Mon Sep 17 00:00:00 2001 From: Bogdan Hodorog Date: Tue, 22 Jan 2013 16:08:05 +0200 Subject: [PATCH] we need s3sourceuploader only to deploy, not to run --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a259627..f4ca173 100644 --- a/setup.py +++ b/setup.py @@ -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',], )