Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
colorama==0.4.6
Pillow==10.4.0
readerwriterlock==1.0.9
requests==2.31.0
tls_client==1.0
typing_extensions==4.12.2
validators==0.33.0
websockets==12.0
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,12 @@
__install_require__ = [
"requests",
"colorama",
"Pillow",
"readerwriterlock",
"tls_client",
"typing_extensions",
"validators",
]
__extras__ = {
"websocket": ["websockets"],
"redis": ["redis"],
"pymongo": ["pymongo"],
}
__extras__ = {}

with open("README.md", "r") as f:
long_description = f.read()
Expand Down
4 changes: 0 additions & 4 deletions spotapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
from spotapi.album import *
from spotapi.utils.logger import *
from spotapi.utils.saver import *
from spotapi.websocket import *
from spotapi.status import *
from spotapi.player import *
from spotapi.family import *
from spotapi.http import *
from spotapi.exceptions import *
from spotapi.utils import *
Expand Down
1 change: 0 additions & 1 deletion spotapi/artist.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from spotapi.types.annotations import enforce
from typing import Any, Literal
from collections.abc import Mapping, Generator
from spotapi.client import BaseClient
from spotapi.exceptions import ArtistError
from spotapi.http.request import TLSClient
from spotapi.login import Login
Expand Down
162 changes: 0 additions & 162 deletions spotapi/family.py

This file was deleted.

Loading