-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Aggiunto requests alla lista delle librerie richieste per il funzionamento della libreria
- Loading branch information
1 parent
2341fa9
commit 1355b73
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|