aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-08-08 17:43:29 +0200
committerJ08nY2023-08-08 17:43:29 +0200
commit86e4618409c242e58b08082919e9c6366d8b67f0 (patch)
treec843ade93da14164725e522e784a1c272fa99f68 /pyproject.toml
parent077bf996ef042244c9259d3b32e13f07c2f3f3ae (diff)
downloadpyecsca-86e4618409c242e58b08082919e9c6366d8b67f0.tar.gz
pyecsca-86e4618409c242e58b08082919e9c6366d8b67f0.tar.zst
pyecsca-86e4618409c242e58b08082919e9c6366d8b67f0.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 12b681c..5093e0f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -40,7 +40,8 @@
"xarray",
"astunparse",
"numba==0.57.1",
- "networkx"
+ "networkx",
+ "importlib-resources"
]
[project.urls]