1
0
Fork 0

refactor!: change the entire purpose of this script

This commit is contained in:
Arthur K. 2026-03-01 19:32:10 +03:00
parent 217e176975
commit 71d1050adb
Signed by: wzray
GPG key ID: B97F30FDC4636357
20 changed files with 1124 additions and 872 deletions

12
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