diff options
author | NavaL <mnandri@thoughtworks.com> | 2015-12-21 15:32:08 +0100 |
---|---|---|
committer | NavaL <mnandri@thoughtworks.com> | 2015-12-21 15:32:08 +0100 |
commit | 43bee729d1247bf94b00a273b84d6fee6bee1d7b (patch) | |
tree | 02c4b6de07472531db0ad76e5d2c6248bff4058b | |
parent | 651568ff85bde4aa152ba18eed8b587f4f2f3cab (diff) |
adds poster pip require for the test --fixing build
Issue #548
-rw-r--r-- | service/test_requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/service/test_requirements.txt b/service/test_requirements.txt index 95e68f21..e53c1ad7 100644 --- a/service/test_requirements.txt +++ b/service/test_requirements.txt @@ -9,3 +9,4 @@ pep8==1.5.7 tempdir==0.6 coverage crochet==1.4.0 +poster==0.8.1 |