aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2023-10-17 17:50:33 +0200
committerJ08nY2023-10-26 10:30:57 +0200
commit88550a3731fe0e13c0b7992d20415f546486ee8e (patch)
treee1218ee258b78e86f86261cf8a9ebf42a85945bb /pyproject.toml
parent8e18e26ea77484b4d315e8942aaf80cb460e195e (diff)
downloadpyecsca-88550a3731fe0e13c0b7992d20415f546486ee8e.tar.gz
pyecsca-88550a3731fe0e13c0b7992d20415f546486ee8e.tar.zst
pyecsca-88550a3731fe0e13c0b7992d20415f546486ee8e.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 db8f165..52b03a1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -44,7 +44,8 @@
"astunparse",
"numba==0.57.1",
"networkx",
- "importlib-resources"
+ "importlib-resources",
+ "anytree"
]
[project.urls]