1
0
Fork 0
mirror of synced 2024-06-18 18:44:45 +12:00

Custom legendary version

This commit is contained in:
Dummerle 2021-03-15 11:29:39 +01:00
parent 7e0627bbe1
commit 7396ea264a
2 changed files with 3 additions and 3 deletions

1
legendary Submodule

@ -0,0 +1 @@
Subproject commit 313323e43a05eed57574977367fa7300bed26560

View file

@ -26,13 +26,12 @@ setuptools.setup(
python_requires=">=3.8",
entry_points=dict(console_scripts=["rare=Rare.__main__:main"]),
install_requires=[
"legendary-gl",
"requests<3.0",
"pillow",
"setuptools",
"wheel",
"PyQt5",
"QtAwesome",
"notify-py"
]
"notify-py",
],
)