1
0
Fork 0

chore: build with uv

This commit is contained in:
Arthur K. 2026-02-20 19:29:50 +03:00
parent e752a9003a
commit 217e176975
Signed by: wzray
GPG key ID: B97F30FDC4636357
5 changed files with 372 additions and 7 deletions

12
src/pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[project]
name = "megapt"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"playwright==1.58.0",
"aiohttp==3.13.3",
"pkce==1.0.3",
]
[tool.uv]
package = false