Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
if-ai authored Nov 9, 2024
1 parent 6e1fe8c commit b2b3580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "comfyui-if_ai_tools"
description = "A set of custom nodes to create assistant chatbots and generate prompts using a local LLMs via Ollama, LMstudio, Koboldcpp, Oobabooga or via APIs Anthropic, Groq, OpenAI"
version = "1.0.0"
license = "LICENSE"
license = { file = "LICENSE.txt" }
dependencies = ["Pillow", "requests", "opencv-python", "IPython", "huggingface_hub", "groq", "openai", "anthropic", "moviepy", "numpy"]

[project.urls]
Expand Down

0 comments on commit b2b3580

Please sign in to comment.