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 cc7a623 commit 28d2045Copy full SHA for 28d2045
requirements.txt
@@ -1,11 +1,9 @@
1
Flask
2
Werkzeug
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
+pytest
+black
+flake8
+isort
+mypy
+bandit
0 commit comments