Add missing dependencies to setup.py

This commit is contained in:
derrod 2020-05-04 16:13:33 +02:00
parent 0b99e56860
commit 5330c23e68

View file

@ -34,7 +34,9 @@ setup(
console_scripts=['legendary = legendary.cli:main'] console_scripts=['legendary = legendary.cli:main']
), ),
install_requires=[ install_requires=[
'requests' 'requests<3.0',
'setuptools',
'wheel'
], ],
url='https://github.com/derrod/legendary', url='https://github.com/derrod/legendary',
description='Free and open-source replacement for the Epic Games Launcher application', description='Free and open-source replacement for the Epic Games Launcher application',