Skip to content

Commit 5933a8c

Browse files
committed
dependency fixes
1 parent 99894fc commit 5933a8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ asyncclick==8.1.7.2; python_version == "3.8"
1212
coverage==6.5.0
1313
coveralls==3.3.1
1414
decoy==2.1.1
15-
flake8==7.2.0
15+
16+
flake8==7.2.0; python_version > "3.8"
17+
flake8==7.1.2; python_version == "3.8"
1618

1719
pytest-asyncio==0.25.3; python_version > "3.8"
1820
pytest-asyncio==0.23.4; python_version == "3.8"

0 commit comments

Comments
 (0)