use patched transmeta
parent
fa1831037a
commit
195dcda657
5
setup.py
5
setup.py
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue