diff --git a/requirements.txt b/requirements.txt index 24174b77..2f442f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,3 +10,12 @@ uvicorn==0.24.0 aiohttp==3.10.5 gunicorn==20.1.0 pydantic-settings==2.2.1 +# Development Tools +pylint==2.17.5 +autopep8==2.0.2 +black==23.9.1 +isort==5.12.0 +flake8==6.0.0 +pyment==0.3.3 +charset-normalizer==3.3.0 +pycodestyle==2.10.0