diff --git a/README.md b/README.md index 4c47edc8..e6fb1bb9 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ In order to determine what *stack* can do for you run the following. This will typically produce: - Usage: stack [options] - + Usage: stack [options] + Options: --version show program's version number and exit -h, --help show this help message and exit diff --git a/conf/pips/horizon.json b/conf/pips/horizon.json index d25cba0f..336084e3 100644 --- a/conf/pips/horizon.json +++ b/conf/pips/horizon.json @@ -35,6 +35,9 @@ "django-mailer" : { "version": "0.1.0" }, + "django-staticfiles" : { + "version": "1.1.2" + }, "sqlalchemy-migrate": { "version": "0.7.2" },