From dfc2f62eaa986b96e27144a40a844869d2e35353 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Sun, 28 Apr 2019 20:40:10 +0800 Subject: [PATCH] chore(deps): update --- dev-requirements.txt | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 130bd5e..b4aaad1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,2 +1,2 @@ -pytest ~= 4.3.0 -coverage ~= 4.5.3 +pytest==4.4.1 +coverage==4.5.3 diff --git a/requirements.txt b/requirements.txt index 4f0073b..56a1a59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -requests ~= 2.21.0 -beautifulsoup4 ~= 4.7.1 -tqdm ~= 4.30.0 +requests==2.21.0 +beautifulsoup4==4.7.1 +tqdm==4.31.1