summaryrefslogtreecommitdiff
path: root/sure_financial/pyproject.toml
diff options
context:
space:
mode:
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",
+]