Skip to content

Commit 041d89b

Browse files
committed
build: update CI requirements file
1 parent 2155093 commit 041d89b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

requirements_ci.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
-r requirements_test.txt
22
codecov ~= 2.1
33
coverage ~= 7.2
4-
flake518 ~= 1.5
5-
mypy ~= 1.1
4+
flake518 ~= 1.6; python_version >= '3.9'
5+
mypy ~= 1.5
66
pydocstyle ~= 6.3
77
pylint ~= 2.17
8+
twine ~= 4.0

0 commit comments

Comments
 (0)