Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cobycloud authored Jan 23, 2025
1 parent 65f2cf0 commit 6b028ba
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/crouton/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -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"]
Expand Down

0 comments on commit 6b028ba

Please sign in to comment.