mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
we need s3sourceuploader only to deploy, not to run
This commit is contained in:
parent
928fdae578
commit
09fab2c501
1 changed files with 2 additions and 1 deletions
3
setup.py
3
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',],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue