From 2f0d636fea598a816416bc4e3e458a16eb749d4c Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Thu, 3 Dec 2015 17:16:54 +0100 Subject: [PATCH] Added lupa to test-requirements, and added note in requirements --- requirements.txt | 4 ++++ test-requirements.txt | 3 +++ 2 files changed, 7 insertions(+) diff --git a/requirements.txt b/requirements.txt index 2ef88140..cc41aa8d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,3 +23,7 @@ bunch riak # if you want to use sql backend then # peewee + + +# if you want to use lua computable inputs +# lupa diff --git a/test-requirements.txt b/test-requirements.txt index f84eb8ad..500eec70 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,3 +6,6 @@ pytest-mock tox pytest-subunit os-testr + +# for computable inputs +lupa