Skip to content

Commit

Permalink
Dependencies are hell
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucki committed Sep 9, 2021
1 parent 2dfe3f7 commit 7d99afb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7d99afb

Please sign in to comment.