chore: make some packages optional and cleanup deprecated

This commit is contained in:
Benexl
2025-07-26 10:15:56 +03:00
parent fe06c8e0f1
commit b18e419831
10 changed files with 565 additions and 1031 deletions

View File

@@ -34,7 +34,7 @@ def get_anime_titles(query: str, variables: dict = {}):
Returns:
a boolean indicating success and none or an anilist object depending on success
"""
from requests import post
from httpx import post
try:
response = post(