forked from Zeeshan12340/pypwncollege
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (29 loc) · 708 Bytes
/
pyproject.toml
File metadata and controls
31 lines (29 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "dojo-cli"
version = "0.1.0"
description = "A command line interface wrapper for the pwn.college API"
readme = "README.md"
authors = [
{ name = "hidehiroanto", email = "hidehiro.anto@gmail.com" }
]
requires-python = ">=3.14.3"
dependencies = [
"beautifulsoup4>=4.14.3",
"cairosvg>=2.9.0",
"cyclopts>=4.10.1",
"itsdangerous>=2.2.0",
"mfusepy>=3.1.1",
"mpv>=1.0.8",
"paramiko>=4.0.0",
"python-socketio[client]>=5.16.1",
"pyyaml>=6.0.3",
"requests>=2.33.1",
"textual-image>=0.9.0",
"trogon>=0.6.0",
"yt-dlp>=2026.3.17",
]
[project.scripts]
dojo = "dojo_cli:app"
[build-system]
requires = ["uv_build>=0.11.3"]
build-backend = "uv_build"