-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
40 lines (36 loc) · 783 Bytes
/
Copy pathpyproject.toml
File metadata and controls
40 lines (36 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[project]
name = "icha"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "kigawa", email = "contact@kigawa.net" }
]
dependencies = [
"python-jose>=3.3.0",
"sqlalchemy>=2.0.30",
"pydantic>=2.7.1",
"fastapi>=0.111.0",
"passlib>=1.7.4",
"asyncmy>=0.2.9",
"python-dotenv>=1.0.1",
"alembic>=1.13.1",
]
readme = "README.md"
requires-python = ">= 3.12"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = [
"pytest>=8.2.0",
"pytest-asyncio>=0.23.6",
"pytest-env>=1.1.3",
"aiosqlite>=0.20.0",
"uvicorn>=0.29.0",
]
virtual = true
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["."]