setup.py: remove django-admin-tools which is a dependency of authentic and remove direct link to github for requests as 2.1.0 was released

This commit is contained in:
Benjamin Dauvergne 2014-01-07 18:12:29 +01:00
parent 5ca91f3e12
commit b4039dc844
1 changed files with 1 additions and 3 deletions

View File

@ -115,8 +115,7 @@ setup(name="portail_citoyen",
'django>=1.5.1,<1.6',
],
install_requires=[
'django-admin-tools>=0.5.1,<0.6.0',
'requests>2.0.1',
'requests>=2.1',
'feedparser',
'django>=1.5.1,<1.6',
'authentic2>2.0.2',
@ -128,7 +127,6 @@ setup(name="portail_citoyen",
'git+git://repos.entrouvert.org/authentic.git/#egg=authentic2-2.0.2.9999',
'git+git://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-1.1.9999',
'git+git://repos.entrouvert.org/django-cms.git/@develop#egg=django-cms-2.4.1.9999',
'git+https://github.com/kennethreitz/requests.git#egg=requests-2.0.2',
],
cmdclass={'build': build, 'install_lib': install_lib,
'compile_translations': compile_translations,