# Client Project Requirements
#
# Default: Git tag pinning (recommended for client projects)
# Replace SUM_CORE_GIT_REF with the actual tag/version, e.g., v0.1.0
#
# NOTE: For monorepo development mode, comment out the git install below
# and uncomment the editable install:
#   -e ../../core

sum-core @ git+https://github.com/markashton480/sum-core.git@v0.7.4#subdirectory=core

# PostgreSQL driver for production deployments
psycopg[binary]>=3.2,<4

# Required by Django's Redis cache backend
redis>=5,<6

# WSGI server (used by typical systemd + Caddy deploy)
gunicorn>=22,<24

# Required by seeders for YAML content profiles
pyyaml>=6,<7

# Load environment variables from .env file
python-dotenv>=1.0,<2
