From 65f2cf071b81ac41f7f5c8ca2787e0896d0b357b Mon Sep 17 00:00:00 2001 From: cobycloud <25079070+cobycloud@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:29:46 -0600 Subject: [PATCH] Update pyproject.toml --- pkgs/crouton_client/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/crouton_client/pyproject.toml b/pkgs/crouton_client/pyproject.toml index 439e706..0646b1e 100644 --- a/pkgs/crouton_client/pyproject.toml +++ b/pkgs/crouton_client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crouton_client" -version = "0.0.6" +version = "0.1.0" description = "A client for Swarmauri's crouton." authors = ["Jacob Stewart "] license = "Apache-2.0" @@ -17,12 +17,12 @@ classifiers = [ python = ">=3.10,<4.0" requests = "*" pydantic = "*" +httpx = "*" -[tool.poetry.dev-dependencies] +[tool.poetry.group.dev.dependencies] flake8 = "^7.0" # Add flake8 as a development dependency pytest = "^8.0" # Ensure pytest is also added if you run tests pytest-asyncio = ">=0.24.0" -httpx = "*" [build-system] requires = ["poetry-core>=1.0.0"]