Skip to content

Commit

Permalink
flake 8 pakcage added in requirments.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Roopan-Microsoft committed Jan 2, 2025
1 parent 6d46ef2 commit 85bbffa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ PyMuPDF==1.25.1
azure-storage-blob
chardet
azure-keyvault-secrets
coverage
coverage
flake8==7.1.1
black==24.10.0
autoflake==2.3.1
isort==5.13.2
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ quart==0.20.0
uvicorn==0.34.0
aiohttp==3.11.11
gunicorn==20.1.0
pydantic-settings==2.7.0
pydantic-settings==2.7.0
flake8==7.1.1
black==24.10.0
autoflake==2.3.1
isort==5.13.2

0 comments on commit 85bbffa

Please sign in to comment.