mirror of
https://github.com/Steffo99/steamleaderboards.git
synced 2024-11-21 15:24:18 +00:00
Update package requirements
This commit is contained in:
parent
610eb26d38
commit
9097e2ea37
1 changed files with 6 additions and 0 deletions
6
setup.py
6
setup.py
|
@ -13,6 +13,12 @@ setuptools.setup(
|
|||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/Steffo99/steamleaderboards",
|
||||
packages=setuptools.find_packages(),
|
||||
install_requires=[
|
||||
"lxml",
|
||||
"requests",
|
||||
"bs4"
|
||||
],
|
||||
python_requires="~=3.6",
|
||||
classifiers=[
|
||||
"Development Status :: 3 - Alpha",
|
||||
"Intended Audience :: Developers",
|
||||
|
|
Loading…
Reference in a new issue