Skip to content

Commit

Permalink
Add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanDeveloper committed Aug 19, 2024
1 parent 94e9f31 commit 5e5cdd1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,16 @@ description = "A tool to convert network traffic into images for ML use cases."
license = "EUPL-1.2"
authors = ["Stefan Machmeier"]

[tool.poetry.dependencies]
scapy = '>=2.5.0'
Pillow = '>=9.4.0'
numpy = '>=1.19.5'
click = '>=8.1.3'
tqdm = '>=4.64.1'
click-help-colors = '>=0.9.1'
pytest = '>=7.2.2'
cryptography = '>=1.0.0'

[[tool.poetry_bumpversion.replacements]]
files = ["heifip/__init__.py", "heifip/exceptions/__init__.py", "heifip/images/__init__.py", "heifip/layers/__init__.py", "heifip/plugins/__init__.py", "heifip/protocols/__init__.py"]
search = '__version__ = "{current_version}"'
Expand Down

0 comments on commit 5e5cdd1

Please sign in to comment.