Files
basic-computer-games/00_Utilities/python/ci-requirements.txt
Martin Thoma 3b2739b8a2 Clean Code: Apply flake8-simplify to Python
Also flake8-comprehensions which was added to the CI

For flake8-simplify, there are a few false-positives,
e.g. https://github.com/MartinThoma/flake8-simplify/issues/115
2022-03-18 22:29:56 +01:00

48 lines
889 B
Plaintext

#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile ci-requirements.in
#
attrs==21.4.0
# via
# flake8-bugbear
# pytest
flake8==4.0.1
# via
# -r ci-requirements.in
# flake8-bugbear
# flake8-comprehensions
flake8-bugbear==22.1.11
# via -r ci-requirements.in
flake8-comprehensions==3.8.0
# via -r ci-requirements.in
iniconfig==1.1.1
# via pytest
mccabe==0.6.1
# via flake8
mypy==0.931
# via -r ci-requirements.in
mypy-extensions==0.4.3
# via mypy
packaging==21.3
# via pytest
pluggy==1.0.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pyparsing==3.0.7
# via packaging
pytest==7.0.1
# via -r ci-requirements.in
tomli==2.0.1
# via
# mypy
# pytest
typing-extensions==4.1.1
# via mypy