X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/69e1921cdfe9d280ff78babb91949d39668d8228..69369956eeb6889ab420664a0931428b86ceed01:/wradmin/setup.py?ds=sidebyside diff --git a/wradmin/setup.py b/wradmin/setup.py index c630452..06bdc36 100644 --- a/wradmin/setup.py +++ b/wradmin/setup.py @@ -17,7 +17,10 @@ setup( "Genshi>=0.4", "MySQL-python>=1.2", "AuthKit>=0.4.3,<=0.4.99", - "SQLAlchemy>=0.5" + "SQLAlchemy>=0.5", + "lxml>=2.2", + # "matplotlib>=0.9", + "Babel>=0.9" ], setup_requires=["PasteScript>=1.6.3"], packages=find_packages(exclude=['ez_setup']),