Include local versions of third-party dependencies, particularly those unavailable or outdated as OS packages.

This commit is contained in:
Chris Church
2013-06-23 21:04:55 -04:00
parent c2a0004c6c
commit cbd64ee65d
1516 changed files with 161293 additions and 110 deletions

View File

@@ -74,17 +74,8 @@ setup(
include_package_data=True,
zip_safe=False,
#install_requires=[
# 'Django>=1.5', yes
# 'django-celery', yes
# 'django-extensions', yes
# 'django-filter',
# 'django-jsonfield',
# 'django-taggit',
# 'djangorestframework>=2.3.0,<2.4.0',
# 'pexpect',
# 'python-dateutil', yes
# 'PyYAML', yes
# 'South>=0.8,<2.0',
# 'Django>=1.4',
# 'PyYAML',
#],
setup_requires=[],
classifiers=[