From 78349c8d44d90c76c6c21b1d16d6d3481160a74f Mon Sep 17 00:00:00 2001 From: Nicolas van Kempen Date: Mon, 5 Feb 2024 22:17:13 +0000 Subject: [PATCH] Minor fix to pyproject.toml indendation --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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]