From 6b028babd300b7f539fdfa009b30d00f3aa6b367 Mon Sep 17 00:00:00 2001 From: cobycloud <25079070+cobycloud@users.noreply.github.com> Date: Wed, 22 Jan 2025 21:30:13 -0600 Subject: [PATCH] Update pyproject.toml --- pkgs/crouton/pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/crouton/pyproject.toml b/pkgs/crouton/pyproject.toml index 70dc70a..2fed6d7 100644 --- a/pkgs/crouton/pyproject.toml +++ b/pkgs/crouton/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "crouton" -version = "0.0.6" +version = "0.1.0" description = "A repository to enable API CRUD Routing" authors = ["Jacob Stewart "] license = "Apache-2.0" @@ -18,13 +18,12 @@ python = ">=3.10,<4.0" fastapi = "*" databases = "*" SQLAlchemy-Utils = "*" -#httpx = "*" +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"]