diff --git a/generate_requirements.sh b/generate_requirements.sh index 66687cc..34ca4bb 100755 --- a/generate_requirements.sh +++ b/generate_requirements.sh @@ -15,6 +15,7 @@ pip install \ isort `# Utility to sort and organize imports into sections and types`\ flake8-isort `# Plugin to run isort as part of the linting`\ flake8-quotes `# Plugin to enforce specific quotes convention, which PEP8 doesn't`\ + flake8-print `# Plugin to prevent the use of print statements`\ black `# Formatting`\ diff --git a/requirements_3.10.txt b/requirements_3.10.txt index 2fb85a9..a1c75fa 100644 --- a/requirements_3.10.txt +++ b/requirements_3.10.txt @@ -8,6 +8,7 @@ coverage==6.3.2 fastapi==0.75.1 flake8==4.0.1 flake8-isort==4.1.1 +flake8-print==4.0.0 flake8-quotes==3.3.1 h11==0.13.0 idna==3.3 @@ -32,6 +33,7 @@ pytest-asyncio==0.18.3 pytest-cov==3.0.0 pytest-mock==3.7.0 PyYAML==6.0 +six==1.16.0 sniffio==1.2.0 starlette==0.17.1 testfixtures==6.18.5 diff --git a/requirements_3.8.txt b/requirements_3.8.txt index 2fb85a9..a1c75fa 100644 --- a/requirements_3.8.txt +++ b/requirements_3.8.txt @@ -8,6 +8,7 @@ coverage==6.3.2 fastapi==0.75.1 flake8==4.0.1 flake8-isort==4.1.1 +flake8-print==4.0.0 flake8-quotes==3.3.1 h11==0.13.0 idna==3.3 @@ -32,6 +33,7 @@ pytest-asyncio==0.18.3 pytest-cov==3.0.0 pytest-mock==3.7.0 PyYAML==6.0 +six==1.16.0 sniffio==1.2.0 starlette==0.17.1 testfixtures==6.18.5 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index 2fb85a9..a1c75fa 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -8,6 +8,7 @@ coverage==6.3.2 fastapi==0.75.1 flake8==4.0.1 flake8-isort==4.1.1 +flake8-print==4.0.0 flake8-quotes==3.3.1 h11==0.13.0 idna==3.3 @@ -32,6 +33,7 @@ pytest-asyncio==0.18.3 pytest-cov==3.0.0 pytest-mock==3.7.0 PyYAML==6.0 +six==1.16.0 sniffio==1.2.0 starlette==0.17.1 testfixtures==6.18.5