Skip to content

Commit

Permalink
Sistemata la lista di librerie
Browse files Browse the repository at this point in the history
Aggiunto requests alla lista delle librerie richieste per il funzionamento della libreria
  • Loading branch information
MainKronos committed Jan 16, 2021
1 parent 2341fa9 commit 1355b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@

setuptools.setup(
name="animeworld", # Replace with your own username
version="1.1.9",
version="1.1.10",
author="MainKronos",
author_email="[email protected]",
description="AnimeWorld UNOFFICIAL API",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/MainKronos/AnimeWorld-API",
packages=setuptools.find_packages(),
install_requires=['youtube_dl', 'beautifulsoup4'],
install_requires=['requests', 'youtube_dl', 'beautifulsoup4'],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 1355b73

Please sign in to comment.