Skip to content

Commit a494a43

Browse files
committed
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.
1 parent 26c6b75 commit a494a43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ pywin32==224;platform_system=='Windows'
2727
wmi==1.4.9;platform_system=='Windows'
2828
psutil==5.6.6
2929
cryptography>=2.5,<3
30-
Click>=7.0,<7.1
30+
Click>=7.0,<8
3131
cbor>=1.0.0

0 commit comments

Comments
 (0)