requirements: Relax Click version requirement

We were pinning the version of Click to 7.0.~. This was preventing
side-by-side installs with mbed-tools, as mbed-tools requires
Click>=7.1,<8.

Relax the Click version requirement to >7.0,<8 to prevent dependency
conflicts with mbed-tools.
pull/14653/head
Robert Walton 2021-05-10 11:31:58 +01:00
parent 26c6b75d3b
commit a494a43fff
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ pywin32==224;platform_system=='Windows'
wmi==1.4.9;platform_system=='Windows'
psutil==5.6.6
cryptography>=2.5,<3
Click>=7.0,<7.1
Click>=7.0,<8
cbor>=1.0.0