]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Changed some dependencies - however I realized that Plyons is not Python 3 compatible.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Thu, 27 Jul 2017 21:59:04 +0000 (21:59 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Thu, 27 Jul 2017 21:59:04 +0000 (21:59 +0000)
git-svn-id: http://www.winterrodeln.org/svn/wradmin/trunk@2666 7aebc617-e5e2-0310-91dc-80fb5f6d2477

setup.py

index 9d5861ab28b155188d40eb8afb443ff3571412e5..9d4576d5c2d206098fa6cb8edfed9129f07c87fc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -13,17 +13,17 @@ setup(
     author_email='philipp.spitzer@winterrodeln.org',
     url='http://www.winterrodeln.org/',
     install_requires=[
-        "Pylons>=0.10",
+        "Pylons>=1.0.2",
         "SQLAlchemy>=0.5",
         "Genshi>=0.4",
-        "MySQL-python>=1.2",
-        "AuthKit>=0.4.3,<=0.4.99",
+        "MySQL-python>=1.2",
+        "AuthKit>=0.4.3,<=0.4.99",
         "lxml>=2.2",
         # "matplotlib>=0.9",
         # "mapnik",
         "Babel>=0.9",
-        "wrpylib>=0.3.0",
-        "webob<1.4" # https://github.com/Pylons/pylons/issues/20
+        "wrpylib>=0.6.0",
+        "webob",
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),