Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Jul 22, 2023
1 parent 3cdd0b8 commit 2af512d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions agentlogger/main.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
import dotenv
from rich.panel import Panel
from rich.console import Console
from pyfiglet import figlet_format
from termcolor import colored

dotenv.load_dotenv()

console = Console()

DEFAULT_TYPE_COLORS = {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author_email="[email protected]",
license="MIT",
packages=["agentlogger"],
install_requires=["openai", "tiktoken", "python-dotenv", "rich"],
install_requires=["rich", "termcolor", "pyfiglet"],
readme="README.md",
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit 2af512d

Please sign in to comment.