mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-26 08:48:07 +03:00
Remove unused package dependency
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
wheel
|
||||
PySide6-Essentials
|
||||
Xray-core
|
||||
hysteria
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user