Skip to content

Commit dbadb39

Browse files
committed
fix: update dependencies to an empty list and bump version to 0.2.5
1 parent 3a76adf commit dbadb39

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ keywords = [
2929
"shadowsocks",
3030
"trojan",
3131
]
32-
dependencies = [
33-
"requests>=2.25.0",
34-
"aiohttp>=3.7.0",
35-
"pysocks>=1.7.1",
36-
]
32+
dependencies = []
3733

3834
[project.urls]
3935
"Homepage" = "https://github.com/nichind/v2ray2proxy"

v2ray2proxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from .base import V2RayCore, V2RayProxy, V2RayPool
66

7-
VERSION = "0.2.4"
7+
VERSION = "0.2.5"
88

99
print(f"v2ray2proxy version {VERSION}")
1010

0 commit comments

Comments
 (0)