use patched transmeta

release40
eric 2017-06-16 18:39:43 -04:00
parent fa1831037a
commit 195dcda657
1 changed files with 4 additions and 1 deletions

View File

@ -14,6 +14,9 @@ setup(
author_email="gcaprio@eldestdaughter.com, eric@hellman.net", author_email="gcaprio@eldestdaughter.com, eric@hellman.net",
license="BSD", license="BSD",
url="https://github.com/EbookFoundation/fef-questionnaire", url="https://github.com/EbookFoundation/fef-questionnaire",
dependency_links=[
'https://github.com/eshellman/django-transmeta/archive/v0.7.3-eshellman.tar.gz'
],
packages=find_packages(exclude=["example"]), packages=find_packages(exclude=["example"]),
include_package_data=True, include_package_data=True,
classifiers=[ classifiers=[
@ -29,7 +32,7 @@ setup(
zip_safe=False, zip_safe=False,
install_requires=[ install_requires=[
'django', 'django',
'django-transmeta', 'django-transmeta >= 0.7.4',
'django-compat', 'django-compat',
'pyyaml', 'pyyaml',
'pyparsing' 'pyparsing'