Skip to content

Commit 28d2045

Browse files
Update requirements.txt
1 parent cc7a623 commit 28d2045

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

requirements.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Flask
22
Werkzeug
33
nltk
4-
pytest # Testing framework
5-
black # Code formatter
6-
flake8 # Linter
7-
serverless # Serverless framework
8-
serverless-python-requirements
9-
isort # Automatically sorts and organizes import statements
10-
mypy # Static type checker to catch type-related errors
11-
bandit # Security analysis tool to detect vulnerabilities in Python code
4+
pytest
5+
black
6+
flake8
7+
isort
8+
mypy
9+
bandit

0 commit comments

Comments
 (0)