Skip to content

Commit 34f762e

Browse files
committed
chore: Remove scapy dependency from pyproject.toml and clean up poetry.lock
1 parent 667f94f commit 34f762e

File tree

3 files changed

+6
-22
lines changed

3 files changed

+6
-22
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
## Environment
88

9-
本项目使用了第三方库 scapy,因此需要下载 Npcap 或类似软件
9+
项目的 Python 为 3.13,即使经 PyInstaller 打包也对 Win 7 系统不太友好。未来可能向下兼容
1010

11-
我正在学习 udp 包的格式,来在后续版本避免使用 scapy 和 Npcap
11+
此外,为了移除 scapy 依赖,项目使用原始套接字进行请求,在大部分系统上可能需要管理员权限
1212

1313
## Usage
1414

poetry.lock

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[project]
22
name = "Jiyu-udp-attack"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Send packets to student machines disguised as Jiyu teacher machine"
55
authors = [{ name = "weilycoder", email = "[email protected]" }]
66
license = "MIT"
77
readme = "README.md"
88
requires-python = ">=3.13,<4"
9-
dependencies = ["scapy (>=2.6.1,<3.0.0)"]
9+
dependencies = []
1010

1111

1212
[build-system]

0 commit comments

Comments
 (0)