From d17f8431926c4618fca49fbd2ed80bd150fe5975 Mon Sep 17 00:00:00 2001 From: James Date: Thu, 26 Aug 2021 10:30:41 +0200 Subject: [PATCH] remove deprecation pip dep (#9478) --- conans/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/conans/requirements.txt b/conans/requirements.txt index fb2b850fe30..3a9618d72b4 100644 --- a/conans/requirements.txt +++ b/conans/requirements.txt @@ -10,7 +10,6 @@ node-semver==0.6.1 distro>=1.0.2, <=1.6.0 future>=0.16.0, <0.19.0 pygments>=2.0, <3.0 -deprecation>=2.0, <2.1 tqdm>=4.28.1, <5 Jinja2>=2.9, <3 python-dateutil>=2.7.0, <3