mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-27 17:37:58 +03:00
Update extra dependency of tun2socks on different go version in setup.py
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -52,16 +52,17 @@ setup(
|
||||
'Xray-core < 1.8.5',
|
||||
'hysteria > 1.3.5',
|
||||
'hysteria2 == 2.0.0.1',
|
||||
'tun2socks > 2.5.1; platform_system != "Linux"',
|
||||
'tun2socks > 2.5.1, <= 2.5.2; platform_system != "Linux"',
|
||||
],
|
||||
'go1.21': [
|
||||
'Xray-core >= 1.8.5, < 1.8.8',
|
||||
'hysteria2 >= 2.0.4',
|
||||
'tun2socks > 2.5.1; platform_system != "Linux"',
|
||||
'tun2socks > 2.5.1, <= 2.5.2; platform_system != "Linux"',
|
||||
],
|
||||
'go1.22': [
|
||||
'Xray-core >= 1.8.8',
|
||||
'hysteria2 >= 2.0.4',
|
||||
'tun2socks > 2.5.2; platform_system != "Linux"',
|
||||
],
|
||||
},
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user