File size: 439 Bytes
b920afe
 
 
 
 
 
 
 
 
 
 
 
 
032acdc
b920afe
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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"