Add requirements.txt

This commit is contained in:
Artlef 2023-05-08 15:32:42 +02:00
parent a210d9e2bf
commit 61a4998ac7
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,13 @@
discord bot to download sounds from youtube and play them. discord bot to download sounds from youtube and play them.
installation:
```bash
$ pip install -r requirements.txt
```
usage: usage:
```bash ```bash

3
requirements.txt Normal file
View File

@ -0,0 +1,3 @@
pydub==0.25.1
discord.py==2.2.3
yt-dlp