Skip to content

Commit 8969f65

Browse files
committed
FIX: Removed PDB from some files
FIX : Requirements.txt file
1 parent 7af071e commit 8969f65

4 files changed

Lines changed: 46 additions & 23 deletions

File tree

cogs/spotify.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
import pdb
2-
31
from discord.ext import commands
42

5-
63
from managers import cache_manager as cm
74

85

config.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -101,18 +101,7 @@
101101

102102

103103
def initialize_config_vars() -> str:
104-
global \
105-
DISCORD_TOKEN, \
106-
DISCORD_TEST_TOKEN, \
107-
ANILIST_ID, \
108-
ANILIST_TOKEN, \
109-
INVITE, \
110-
MONGO_SRV, \
111-
FILLER_DATA, \
112-
SECRET_KEY, \
113-
SPOTIFY_CLIENT_ID, \
114-
SPOTIFY_CLIENT_SECRET, \
115-
YOUTUBE_API_KEY
104+
global DISCORD_TOKEN, DISCORD_TEST_TOKEN, ANILIST_ID, ANILIST_TOKEN, INVITE, MONGO_SRV, FILLER_DATA, SECRET_KEY, SPOTIFY_CLIENT_ID, SPOTIFY_CLIENT_SECRET, YOUTUBE_API_KEY
116105

117106
load_dotenv()
118107

managers/cache_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import sys, pdb
1+
import sys
22
import traceback
33

44
from discord import Embed

requirements.txt

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,45 @@
1+
aiodns==3.4.0
2+
aiohttp==3.8.6
3+
aiosignal==1.3.2
4+
aiospotify==0.1.0
5+
async-timeout==4.0.3
6+
asyncio==3.4.3
7+
attrify==3.0
8+
attrs==25.3.0
9+
beautifulsoup4==4.13.4
10+
brotli==1.1.0
11+
bs4==0.0.2
12+
certifi==2025.4.26
13+
cffi==1.17.1
14+
charset-normalizer==3.4.2
15+
cryptography==44.0.3
16+
dataclasses-json==0.6.7
17+
dnspython==2.7.0
18+
frozenlist==1.6.0
19+
idna==3.10
20+
isodate==0.7.2
21+
marshmallow==3.26.1
22+
motor==3.7.0
23+
multidict==6.4.3
24+
mypy-extensions==1.1.0
25+
oauthlib==3.2.2
26+
packaging==25.0
27+
propcache==0.3.1
128
py-cord==2.4.0
2-
requests
3-
motor[srv]
4-
pyjwt
5-
bs4
6-
tracemoepy
7-
python-dotenv
8-
cryptography
29+
pycares==4.8.0
30+
pycparser==2.22
31+
pyjwt==2.10.1
32+
pymongo==4.12.1
33+
python-dotenv==1.1.0
34+
python-youtube==0.9.7
35+
redis==6.1.0
36+
requests==2.32.3
37+
requests-oauthlib==1.3.0
38+
soupsieve==2.7
39+
spotipy==2.25.1
40+
tracemoepy==4.1
41+
typing-extensions==4.13.2
42+
typing-inspect==0.9.0
43+
urllib3==2.4.0
44+
yarl==1.20.0
45+
ytmusicapi==1.10.3

0 commit comments

Comments
 (0)