We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a76adf commit dbadb39Copy full SHA for dbadb39
pyproject.toml
@@ -29,11 +29,7 @@ keywords = [
29
"shadowsocks",
30
"trojan",
31
]
32
-dependencies = [
33
- "requests>=2.25.0",
34
- "aiohttp>=3.7.0",
35
- "pysocks>=1.7.1",
36
-]
+dependencies = []
37
38
[project.urls]
39
"Homepage" = "https://github.com/nichind/v2ray2proxy"
v2ray2proxy/__init__.py
@@ -4,7 +4,7 @@
4
5
from .base import V2RayCore, V2RayProxy, V2RayPool
6
7
-VERSION = "0.2.4"
+VERSION = "0.2.5"
8
9
print(f"v2ray2proxy version {VERSION}")
10
0 commit comments