Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions generate_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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`\


Expand Down
2 changes: 2 additions & 0 deletions requirements_3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements_3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements_3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down