diff --git a/requirements.txt b/requirements.txt index 3667e1e..ae59331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index abc0347..201fe82 100644 --- a/setup.py +++ b/setup.py @@ -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,