]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - setup.py
Included table wrreportcache so that an error about a missing foreign key table is...
[philipp/winterrodeln/wradmin.git] / setup.py
index 5017fd0e077017105ce51cdd52e3a5faf410c36e..9d1ccb256632839d87686f684e861ea4eee87fbb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
 
 setup(
     name='wradmin',
-    version='1.4.7',
+    version='1.4.8',
     description='Administrative Interface for Winterrodeln',
     author='Philipp Spitzer',
     author_email='philipp.spitzer@winterrodeln.org',
@@ -22,7 +22,7 @@ setup(
         # "matplotlib>=0.9",
         # "mapnik",
         "Babel>=0.9",
-        "wrpylib>=0.0.1"
+        "wrpylib>=0.3.0"
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),