Skip to content

Commit

Permalink
Require current versions of upstream packages.
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3A77541ad4-5f01-0410-9ede-a1b63cd9a898/trunk%406495
  • Loading branch information
chrisz committed Mar 11, 2009
1 parent 6b1f509 commit fa234ea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

test_requirements = ['coverage',
'nose',
'TurboKid',
'zope.sqlalchemy',
'TurboKid >= 1.0.4',
'zope.sqlalchemy >= 0.4',
'jinja',
'chameleon.genshi',
'repoze.what >= 1.0.5',
Expand All @@ -34,14 +34,14 @@
include_package_data=True,
zip_safe=False,
install_requires=[
'Pylons>=0.9.7rc6',
'Genshi',
'WebFlash >= 0.1a7',
'ToscaWidgets>=0.9',
'WebError',
'Pylons >= 0.9.7',
'Genshi >= 0.5.1',
'WebFlash >= 0.1a8',
'ToscaWidgets >= 0.9.4',
'WebError >= 0.10.1',
'repoze.what-pylons >= 1.0rc3',
'repoze.tm2',
'TurboJson',
'repoze.tm2 >= 1.0a4',
'TurboJson >= 1.2.1',
],
extras_require={
#XXX: Perhaps this 'core-testing' extras_require can be removed
Expand Down

0 comments on commit fa234ea

Please sign in to comment.