-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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"] | ||
|