diff --git a/pyproject.toml b/pyproject.toml index d00b43a..ae852d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,5 +7,6 @@ requires-python = ">=3.12" dependencies = [ "streamlit>=1.28.0", "requests>=2.31.0", - "python-dotenv>=1.0.0" + "python-dotenv>=1.0.0", + "openai>=1.0.0" ]