We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c2cf0 commit 49783efCopy full SHA for 49783ef
.gitignore
@@ -14,3 +14,4 @@ mutation-report.html
14
**/**/terraform.tfstate
15
**/**/terraform.tfstate.backup
16
**/**/.terraform.backup
17
+dist
pyproject.toml
@@ -3,6 +3,9 @@ name = "zero-2-hero-python-flask-microservice"
3
version = "0.1.0"
4
description = "Python Flask app to demonstrate TDD, BDD & CI/CD through Containerization."
5
authors = ["abhisheksr01"]
6
+packages = [
7
+ { include = "greetings" },
8
+]
9
10
[tool.poetry.dependencies]
11
python = "^3.13.1"
0 commit comments