Skip to content

Commit fdaa1fc

Browse files
committed
Fluent - add openai to requirements
1 parent 1e6fdd6 commit fdaa1fc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

fluent/fluent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Fluent(commands.Cog, metaclass=CompositeMetaClass):
6767
"""
6868

6969
__author__ = "[vertyco](https://github.com/vertyco/vrt-cogs)"
70-
__version__ = "2.4.4"
70+
__version__ = "2.4.5"
7171

7272
def format_help_for_context(self, ctx: commands.Context):
7373
helpcmd = super().format_help_for_context(ctx)

fluent/info.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"deepl",
2323
"googletrans-py",
2424
"msgpack",
25+
"openai",
2526
"ujson",
2627
"openai",
2728
"pydantic"

0 commit comments

Comments
 (0)