mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
Add missing dependencies to setup.py
This commit is contained in:
parent
0b99e56860
commit
5330c23e68
4
setup.py
4
setup.py
|
@ -34,7 +34,9 @@ setup(
|
|||
console_scripts=['legendary = legendary.cli:main']
|
||||
),
|
||||
install_requires=[
|
||||
'requests'
|
||||
'requests<3.0',
|
||||
'setuptools',
|
||||
'wheel'
|
||||
],
|
||||
url='https://github.com/derrod/legendary',
|
||||
description='Free and open-source replacement for the Epic Games Launcher application',
|
||||
|
|
Loading…
Reference in a new issue