Skip to content

Commit 5e5cdd1

Browse files
Add dependencies
1 parent 94e9f31 commit 5e5cdd1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,16 @@ description = "A tool to convert network traffic into images for ML use cases."
5858
license = "EUPL-1.2"
5959
authors = ["Stefan Machmeier"]
6060

61+
[tool.poetry.dependencies]
62+
scapy = '>=2.5.0'
63+
Pillow = '>=9.4.0'
64+
numpy = '>=1.19.5'
65+
click = '>=8.1.3'
66+
tqdm = '>=4.64.1'
67+
click-help-colors = '>=0.9.1'
68+
pytest = '>=7.2.2'
69+
cryptography = '>=1.0.0'
70+
6171
[[tool.poetry_bumpversion.replacements]]
6272
files = ["heifip/__init__.py", "heifip/exceptions/__init__.py", "heifip/images/__init__.py", "heifip/layers/__init__.py", "heifip/plugins/__init__.py", "heifip/protocols/__init__.py"]
6373
search = '__version__ = "{current_version}"'

0 commit comments

Comments
 (0)