Chat_with_Evison / pyproject.toml
SoniAI's picture
Upload folder using huggingface_hub
5884015 verified
Raw
History Blame Contribute Delete
277 Bytes
[project]
name = "chat-with-evison"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"gradio>=6.1.0",
"openai>=2.9.0",
"pypdf>=6.4.1",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]