diff options
author | Parker <contact@pkrm.dev> | 2024-06-26 18:08:02 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-06-26 18:08:02 -0500 |
commit | 75ad3813f9d08e78cb7cb5ffaa132dbc34c728a3 (patch) | |
tree | bafc84df4b41c5b0912ac01653c016ff474ae836 | |
parent | 587ecd6cae7ca1d29b53fdcc8b93aab8fd7cdd69 (diff) |
Update `requirements.txt` with new packages
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 2ab379c..265f095 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ discord.py==2.3.2 -lavalink==5.3.0 +lavalink==5.4.0 colorlog==6.8.2 -validators==0.22.0
\ No newline at end of file +validators==0.28.3 +openai==1.35.0 +requests==2.32.3
\ No newline at end of file |