build: uv project structure

This commit is contained in:
eneller
2025-09-04 18:20:49 +02:00
parent 59140a147f
commit 1517b9eb67
20 changed files with 457 additions and 5 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "degourou"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cryptography==41.0.1",
"lxml>=6.0.1",
"pycryptodomex==3.17",
"requests==2.31.0",
]