From b3f72362013875a7174a0fdd8af2214b7825f0df Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 10 Oct 2018 00:59:33 -0700 Subject: [PATCH] python: add cheroot to requirements.txt It looks like this is a new dependency. Sort the list while we're at it. Signed-off-by: William Casarin --- tests/requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 7ed22f82e..9fa3f79e3 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,9 +1,10 @@ -python-bitcoinlib==0.7.0 -ephemeral-port-reserve==1.1.0 -pytest-forked==0.2 -pytest-xdist==1.22.2 -flaky==3.4.0 CherryPy==17.3.0 Flask==1.0.2 +cheroot==6.5.2 +ephemeral-port-reserve==1.1.0 +flaky==3.4.0 pytest-benchmark==3.1.1 +pytest-forked==0.2 +pytest-xdist==1.22.2 +python-bitcoinlib==0.7.0 tqdm==4.26.0