Files
kakigoori/pyproject.toml
prettysunflower 8f892bf1a0
pytest / acls (push) Failing after 21s
Worker Clippy check / clippy_check (push) Successful in 39s
Build Docker images / worker-amd64 (push) Successful in 45s
Build Docker images / static-amd64 (push) Successful in 53s
Build Docker images / django-amd64 (push) Failing after 14m35s
Build Docker images / django-arm64 (push) Has been cancelled
Build Docker images / static-arm64 (push) Has been cancelled
Build Docker images / worker-arm64 (push) Has been cancelled
chore: Update boto3 to 1.42.96
Signed-off-by: prettysunflower <me@prettysunflower.moe>
2026-04-25 10:49:37 -04:00

40 lines
786 B
TOML

[project]
name = "kakigoori"
version = "2.0.1"
description = "Image distribution for the web, simplified"
readme = "README.md"
authors = [
{name = "prettysunflower", email = "me@prettysunflower.moe"}
]
requires-python = ">=3.12"
dependencies = [
"boto3==1.42.96",
"django==6.0.4",
"gunicorn==25.3.0",
"pika>=1.3.2",
"pillow==12.2.0",
"psycopg[binary,pool]>=3.2.12",
"requests<3",
"tzdata>=2026.1",
]
[dependency-groups]
dev = [
"black>=24.4.2",
"ty>=0.0.1a32",
{include-group = "stubs"},
{include-group = "test"},
]
stubs = [
"boto3-stubs[boto3]==1.42.96",
"django-stubs==6.0.3",
"pika-stubs==0.1.3",
]
prod = [
"sentry-sdk>=2.29.1",
]
test = [
"pytest>=8.4.2",
"testcontainers[postgres,rabbitmq]>=4.13.1",
]