Skip to content

Commit cc7a623

Browse files
Update requirements.txt
update th requirement file to include the testing libs to install direclty
1 parent 194fbf2 commit cc7a623

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

requirements.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
Flask
22
Werkzeug
3-
nltk
3+
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

0 commit comments

Comments
 (0)