1
Fork 0
mirror of https://github.com/Steffo99/steamleaderboards.git synced 2024-10-16 06:17:29 +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",
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",