[debexpo/master] Updated deps on SQLAlchemy and Webhelpers.

Jonny Lamb jonny at debian.org
Wed Nov 5 18:54:32 CET 2008


Signed-off-by: Jonny Lamb <jonny at debian.org>
---
 debexpo.egg-info/requires.txt |    6 +++---
 setup.py                      |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debexpo.egg-info/requires.txt b/debexpo.egg-info/requires.txt
index cbce56d..f61c34a 100644
--- a/debexpo.egg-info/requires.txt
+++ b/debexpo.egg-info/requires.txt
@@ -1,4 +1,4 @@
 Pylons>=0.9.6.1
-SQLAlchemy==0.4.6
-Webhelpers==0.6.1
-Babel
\ No newline at end of file
+SQLAlchemy>=0.4.6
+Webhelpers>=0.6.1
+Babel
diff --git a/setup.py b/setup.py
index 58cf975..1ae3000 100644
--- a/setup.py
+++ b/setup.py
@@ -15,8 +15,8 @@ setup(
     scripts=['bin/debexpo-importer'],
     install_requires=[
         "Pylons>=0.9.6.1",
-        "SQLAlchemy==0.4.6",
-        "Webhelpers==0.6.1",
+        "SQLAlchemy>=0.4.6",
+        "Webhelpers>=0.6.1",
         "Babel"],
     packages=find_packages(exclude=['ez_setup']),
     include_package_data=True,
-- 
1.5.6.5




More information about the debexpo-commits mailing list