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",
|
||||
license="BSD",
|
||||
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"]),
|
||||
include_package_data=True,
|
||||
classifiers=[
|
||||
|
@ -29,7 +32,7 @@ setup(
|
|||
zip_safe=False,
|
||||
install_requires=[
|
||||
'django',
|
||||
'django-transmeta',
|
||||
'django-transmeta >= 0.7.4',
|
||||
'django-compat',
|
||||
'pyyaml',
|
||||
'pyparsing'
|
||||
|
|
Loading…
Reference in New Issue