1
Fork 0
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:
Steffo 2019-02-05 21:45:57 +01:00
parent 610eb26d38
commit 9097e2ea37

View file

@ -13,6 +13,12 @@ setuptools.setup(
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
url="https://github.com/Steffo99/steamleaderboards", url="https://github.com/Steffo99/steamleaderboards",
packages=setuptools.find_packages(), packages=setuptools.find_packages(),
install_requires=[
"lxml",
"requests",
"bs4"
],
python_requires="~=3.6",
classifiers=[ classifiers=[
"Development Status :: 3 - Alpha", "Development Status :: 3 - Alpha",
"Intended Audience :: Developers", "Intended Audience :: Developers",