aboutsummaryrefslogtreecommitdiff
path: root/scripts/rhodecode-setup
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rhodecode-setup')
-rwxr-xr-xscripts/rhodecode-setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rhodecode-setup b/scripts/rhodecode-setup
index 71de496..a53befa 100755
--- a/scripts/rhodecode-setup
+++ b/scripts/rhodecode-setup
@@ -29,7 +29,8 @@ REQUIRED_PACKAGES = ["python-pip", "python-webob", "python-bcrypt", "members",
"python-formencode", "python-pylons", "python-dev",
"python-pastescript", "python-psycopg2", "python-nose",
"build-essential", "python-amqplib", "python-anyjson",
- "python-mailer", "apache2", "git", "python-ldap"]
+ "python-mailer", "apache2", "git", "python-ldap",
+ "python-objgraph"]
# Packages required for celery integration.
CELERY_REQUIRED_PACKAGES = ["rabbitmq-server"]