We don't actually need this?

This commit is contained in:
Markus Unterwaditzer 2014-04-16 21:17:42 +02:00
parent e66b43c839
commit a7ca0bea97

View file

@ -14,5 +14,5 @@ fi
pip install werkzeug $radicale_pkg
if [ "$RADICALE_BACKEND" = "database" ]; then
pip install sqlalchemy pysqlite
pip install sqlalchemy
fi