mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-07 02:03:49 -08:00
chore: make some packages optional and cleanup deprecated
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user