From bd3664c6315dca15d15bdf4d4a6342b2131e041c Mon Sep 17 00:00:00 2001 From: anand Date: Sat, 13 Dec 2025 17:06:22 +0530 Subject: moving --- sure_financial/pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 sure_financial/pyproject.toml (limited to 'sure_financial/pyproject.toml') diff --git a/sure_financial/pyproject.toml b/sure_financial/pyproject.toml new file mode 100644 index 0000000..667fe3b --- /dev/null +++ b/sure_financial/pyproject.toml @@ -0,0 +1,15 @@ +[project] +name = "sure-financial" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "pdfplumber>=0.11.7", +] + +[dependency-groups] +dev = [ + "black>=25.9.0", + "pyright>=1.1.407", +] -- cgit v1.2.3