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 aea5e38 commit 78baf85Copy full SHA for 78baf85
pyproject.toml
@@ -0,0 +1,19 @@
1
+[tool.poetry]
2
+name = "sum-diff"
3
+version = "0.1.0"
4
+description = ""
5
+authors = ["Takanori Ishikawa <[email protected]>"]
6
+readme = "README.md"
7
+
8
+[tool.poetry.dependencies]
9
+python = "^3.10"
10
+python-dotenv = "^1.0.1"
11
+click = "^8.1.7"
12
+anthropic = "^0.30.0"
13
14
+[tool.poetry.scripts]
15
+sum-diff = "sum_diff:main"
16
17
+[build-system]
18
+requires = ["poetry-core"]
19
+build-backend = "poetry.core.masonry.api"
0 commit comments