Skip to content

Commit

Permalink
chore(requirements)
Browse files Browse the repository at this point in the history
  • Loading branch information
oa01 committed Jul 18, 2024
1 parent 3c3b0c1 commit 3ec8fd2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 9 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_prefix(bot, message):


#cogs to use
initial_extensions = ["cogs.MainModule", "cogs.Fun", "cogs.BotOwner", "cogs.Admin", "cogs.minecraft", "cogs.sound", "cogs.memes", "cogs.Wetter"]
initial_extensions = ["cogs.MainModule", "cogs.Fun", "cogs.BotOwner", "cogs.Admin", "cogs.minecraft", "cogs.sound", "cogs.memes"]
bot = commands.Bot(command_prefix=get_prefix, description="The official ABV bot", intents=intents, help_command=None)

if __name__ == '__main__':
Expand Down
46 changes: 38 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,38 @@
gTTS~=2.2.3
requests~=2.31.0
pyowm~=3.2.0
psutil~=5.8.0
aiosqlite~=0.17.0
googletrans~=3.0.0
pendulum~=2.1.2
python-dotenv~=1.0.0
aiohttp==3.9.5
aiosignal==1.3.1
aiosqlite==0.17.0
attrs==23.2.0
certifi==2024.7.4
cffi==1.16.0
chardet==3.0.4
charset-normalizer==3.3.2
click==8.1.7
frozenlist==1.4.1
geojson==2.5.0
googletrans==3.0.0
gTTS==2.2.4
h11==0.9.0
h2==3.2.0
hpack==3.0.0
hstspreload==2024.7.1
httpcore==0.9.1
httpx==0.13.3
hyperframe==5.2.0
idna==2.10
multidict==6.0.5
pendulum==2.1.2
py-cord==2.6.0
pycparser==2.22
PyNaCl==1.5.0
pyowm==3.2.0
PySocks==1.7.1
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytzdata==2020.1
requests==2.31.0
rfc3986==1.5.0
six==1.16.0
sniffio==1.3.1
typing_extensions==4.12.2
urllib3==2.2.2
yarl==1.9.4

0 comments on commit 3ec8fd2

Please sign in to comment.