We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194fbf2 commit cc7a623Copy full SHA for cc7a623
requirements.txt
@@ -1,3 +1,11 @@
1
Flask
2
Werkzeug
3
-nltk
+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