Remove unused package dependency

Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
Loren Eteval
2023-08-05 11:31:46 +08:00
parent 5ef8ff0154
commit 5b4fc366b4
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1,4 +1,3 @@
wheel
PySide6-Essentials
Xray-core
hysteria
-2
View File
@@ -1,5 +1,4 @@
from Furious.Version import __version__
from Furious.Utility.Constants import PLATFORM
from setuptools import setup, find_packages
@@ -20,7 +19,6 @@ setup(
package_data={'Furious': ['Data/**']},
include_package_data=True,
install_requires=[
'wheel',
'PySide6-Essentials',
'Xray-core',
'hysteria',