email_rater / pyproject.toml
simonn8's picture
added cryptogrphy library
032acdc
[tool.poetry]
name = "compare-ab"
version = "0.1.0"
description = "compare versions of html files"
authors = ["Lode Nachtergaele <you@example.comlode.nachtergaele@gmail.com>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
streamlit = "^1.33.0"
watchdog = "^4.0.0"
huggingface-hub = "^0.22.2"
cryptography = "^42.0.5"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"