]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/setup.py
Created script to replace "left-to-right mark" by nothing.
[philipp/winterrodeln/wradmin.git] / wradmin / setup.py
index b08609271fa3aafefab1e1929498dad5b4448040..06bdc36d05ce5a01fada50467c5e1841dbdb8d3b 100644 (file)
@@ -15,7 +15,12 @@ setup(
     install_requires=[
         "Pylons>=0.9.7",
         "Genshi>=0.4",
-               "MySQL-python>=1.2"
+        "MySQL-python>=1.2",
+        "AuthKit>=0.4.3,<=0.4.99",
+        "SQLAlchemy>=0.5",
+        "lxml>=2.2",
+        # "matplotlib>=0.9",
+        "Babel>=0.9"
     ],
     setup_requires=["PasteScript>=1.6.3"],
     packages=find_packages(exclude=['ez_setup']),