requirements.txt: simplify python-entrouvert dependency

This commit is contained in:
Jérôme Schneider 2014-05-28 12:29:42 +02:00
parent 52f95e9765
commit bb55a51019
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,3 @@
python-entrouvert
-f https://repos.entrouvert.org/python-entrouvert.git/
beaker>=1.6
pycrypto>=2.0
lxml>=2.0
@ -7,3 +5,4 @@ xtraceback>=0.3
sqlalchemy>=0.7,<0.8
alembic>=0.5.0
Mako>=0.4
python-entrouvert

View File

@ -16,6 +16,7 @@ install_requires=[
'mako>=0.4',
'sqlalchemy>=0.7.3',
'lxml>=2.0',
'python-entrouvert',
'xtraceback>=0.3',
]
@ -50,8 +51,5 @@ setup(name="mandaye",
include_package_data = True,
packages=find_packages(),
install_requires=install_requires,
dependency_links = [
'git+git://repos.entrouvert.org/python-entrouvert.git/#egg=python-entrouvert-9999.0',
],
)