Unverified Commit 1deb7153 by Brian Beggs Committed by GitHub

Merge pull request #192 from open-craft/fix-newrelic-dependency

Install optional requirements for production.
parents b48b3ae5 12a50505
......@@ -13,6 +13,7 @@ requirements:
production-requirements:
pip install -r requirements.txt
pip install -r requirements/optional.txt
test.install_elasticsearch:
curl -L -O https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-$(ELASTICSEARCH_VERSION).zip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment