dependencies fix

This commit is contained in:
Serghei Mihai 2014-09-03 10:28:15 +02:00
parent e6291d48eb
commit 21fd31e55b
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,2 @@
git+git://repos.entrouvert.org/python-entrouvert
git+git://repos.entrouvert.org/eopayment
git+git://repos.entrouvert.org/portail-citoyen2
gunicorn

View File

@ -102,19 +102,18 @@ setup(name="facturier",
description="Payment lib pluggable into portail-citoyen",
author="Entr'ouvert",
author_email="info@entrouvert.org",
maintainer="Entr'ouvert",
maintainer_email="info@entrouvert.com",
maintainer="Serghei Mihai",
maintainer_email="smihai@entrouvert.com",
include_package_data=True,
packages=find_packages(),
install_requires=[
'portail-citoyen2',
'gunicorn',
'eopayment',
'django-jsonfield',
],
dependency_links = [
'git+git://repos.entrouvert.org/portail-citoyen2',
'git+git://repos.entrouvert.org/python-entrouvert'
'git+git://repos.entrouvert.org/eopayment'
],
cmdclass={'build': build, 'install_lib': install_lib,
'compile_translations': compile_translations,