summaryrefslogtreecommitdiff
path: root/sure_financial/pyproject.toml
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-12-13 17:06:22 +0530
committeranand <anand.panchdhari@gmail.com>2025-12-13 17:06:22 +0530
commitbd3664c6315dca15d15bdf4d4a6342b2131e041c (patch)
tree1c6e326bc935e4bd78490f7f495757198dd826c2 /sure_financial/pyproject.toml
Diffstat (limited to 'sure_financial/pyproject.toml')
-rw-r--r--sure_financial/pyproject.toml15
1 files changed, 15 insertions, 0 deletions
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",
+]