From c8f4eec9c68e623a03b28d97e9cc075b52dffd73 Mon Sep 17 00:00:00 2001 From: Lucki Date: Thu, 9 Sep 2021 15:30:16 +0200 Subject: [PATCH] Dependencies are hell --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7f806e4..6b51a04 100644 --- a/setup.py +++ b/setup.py @@ -8,8 +8,7 @@ description="A python autosplit module for linux and the livesplit server module", url="https://github.com/christofsteel/pyautosplit.git", packages=setuptools.find_packages(), - install_requires=["flask", "gevent-websockets", - "python-ptrace", "simpleeval", "threading"], + install_requires=["flask-sockets", "python-ptrace", "simpleeval"], classifiers=[ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3",