diff --git a/pyproject.toml b/pyproject.toml index 4820bb9..0858057 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,15 +14,15 @@ dependencies = [ "tiktoken>=0.5.2", "openai>=1.11.0", "botocore>=1.34.34", - "requests>=2.31.0" + "requests>=2.31.0", ] description = "Utilities for our LLM projects (CWhy, ChatDBG, ...)." readme = "README.md" requires-python = ">=3.9" classifiers = [ - "Programming Language :: Python :: 3", - "License :: OSI Approved :: Apache Software License", - "Operating System :: OS Independent", + "Programming Language :: Python :: 3", + "License :: OSI Approved :: Apache Software License", + "Operating System :: OS Independent", ] [project.urls]