integrar framework 'uv' no projecto

This commit is contained in:
2026-02-28 15:16:49 +00:00
parent 0d0b3716b0
commit 393983c174
3 changed files with 45 additions and 0 deletions

9
pyproject.toml Normal file
View File

@ -0,0 +1,9 @@
[project]
name = "uniq"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"tqdm>=4.67.3",
]