foxhole/pyproject.toml
SouthFox 03e5b5f2f3
Some checks failed
/ run-pytest (push) Failing after 42s
[build] update packages
2024-09-29 23:27:35 +08:00

41 lines
793 B
TOML

[tool.poetry]
name = "foxhole"
version = "0.1.1"
description = ""
authors = ["SouthFox <master@southfox.me>"]
readme = "README.org"
[tool.poetry.dependencies]
python = ">3.11, <3.13"
fastapi = "^0.111.0"
httpx = "^0.27.0"
uvicorn = "^0.30.1"
loguru = "^0.7.2"
sqlalchemy = "^2.0.27"
aiosqlite = "^0.20.0"
alembic = "^1.13.1"
tomli = "^2.0.1"
pycryptodome = "^3.18.0"
prompt-toolkit = "^3.0.33"
pydantic = "^1.10.2"
tomli-w = "^1.0.0"
invoke = "^2.0.0"
cffi = "^1.15.1"
pyld = "^2.0.3"
requests = "^2.31.0"
jinja2 = "^3.1.2"
hy = "^1.0.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.0.2"
pytest-asyncio = "^0.23.5"
respx = "^0.20.2"
factory-boy = "^3.2.1"
black = "^23.7.0"
pytest-dotenv = "^0.5.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"