Files
kakigoori/pyproject.toml
Renovate Bot b41ac160d6
Some checks failed
renovate/artifacts Artifact file update failure
chore(deps): update dependency boto3 to v1.39.17
2025-07-31 14:27:20 +00:00

42 lines
853 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.17",
"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",
]