Files
kakigoori/pyproject.toml
prettysunflower 5c088c5899
All checks were successful
Build Docker images / acls (push) Successful in 2m2s
chore(deps): updated dependencies asgiref and boto3/botocore
asgiref to 3.9.1
botocore to 1.39.3
boto3 to 1.39.3

Signed-off-by: prettysunflower <me@prettysunflower.moe>
2025-07-08 10:06:33 -04:00

42 lines
852 B
TOML

[project]
name = "kakigoori"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"asgiref==3.9.1",
"boto3==1.39.3",
"botocore==1.39.3",
"certifi==2025.6.15",
"charset-normalizer==3.4.2",
"click==8.2.1",
"django>=5.2.1",
"gunicorn==23.0.0",
"idna==3.10",
"jmespath==1.0.1",
"mypy-extensions==1.1.0",
"packaging==25.0",
"pathspec==0.12.1",
"pillow==11.3.0",
"platformdirs==4.3.8",
"python-dateutil==2.9.0.post0",
"requests==2.32.4",
"s3transfer==0.13.0",
"six==1.17.0",
"sqlparse==0.5.3",
"tzdata>=2025.2",
"urllib3==2.5.0",
]
[dependency-groups]
dev = [
"black>=24.4.2",
"django-stubs>=5.2.0",
"ty>=0.0.1a7",
]
prod = [
"psycopg2-binary>=2.9.10",
"sentry-sdk>=2.29.1",
]