Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
optk2k committed Dec 11, 2023
1 parent b5a9c70 commit b52a060
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 41 deletions.
110 changes: 71 additions & 39 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ authors = ["optk2"]
readme = "README.md"

[tool.poetry.dependencies]
python = "3.10"
python = "^3.10"
fastapi = "^0.104.1"
uvicorn = "^0.24.0.post1"
dff = "^0.6.3"
aiofiles = "^23.2.1"
dff = "^0.6.3"



[tool.poetry.group.dev.dependencies]
Expand All @@ -21,6 +22,7 @@ httpx = "^0.25.2"
pytest-cov = "^4.1.0"
pytest-asyncio = "^0.23.2"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit b52a060

Please sign in to comment.