We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe42c8 commit 7cf9e68Copy full SHA for 7cf9e68
requirements.txt
@@ -25,7 +25,7 @@ python_version>="3.8"
25
26
# install:repl
27
aiohttp>=3.8.1
28
-click>=7.0
+click>=8.1.3
29
prompt-toolkit==3.0.8
30
31
# install:serial
@@ -72,19 +72,3 @@ pylint
72
pytest
73
pytest-cov
74
tox
75
-
76
77
78
79
80
81
82
-# -------------------------------------------------------------------
83
-# if you want to run the tests or utilities like code coverage,
84
-# please run:
85
-# pip3 install -r requirements-tests.txt
86
-#
87
-# if you want to build the documentation,
88
89
-# pip3 install -r requirements-docs.txt
90
0 commit comments