diff options
| author | J08nY | 2023-10-17 17:50:33 +0200 |
|---|---|---|
| committer | J08nY | 2023-10-26 10:30:57 +0200 |
| commit | 88550a3731fe0e13c0b7992d20415f546486ee8e (patch) | |
| tree | e1218ee258b78e86f86261cf8a9ebf42a85945bb /pyproject.toml | |
| parent | 8e18e26ea77484b4d315e8942aaf80cb460e195e (diff) | |
| download | pyecsca-88550a3731fe0e13c0b7992d20415f546486ee8e.tar.gz pyecsca-88550a3731fe0e13c0b7992d20415f546486ee8e.tar.zst pyecsca-88550a3731fe0e13c0b7992d20415f546486ee8e.zip | |
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
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] |
