AILanguageCompanion / pyproject.toml
koura718's picture
Copy to github 1st
aa04092
raw
history blame contribute delete
269 Bytes
[project]
name = "repl-nix-ailanguagecompanion"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"openai>=1.58.1",
"pytz>=2024.2",
"reportlab>=4.2.5",
"requests>=2.32.3",
"streamlit>=1.41.1",
]