Metadata-Version: 2.1
Name: pozalabs-compose
Version: 1.7.0
Summary: Backend components for Pozalabs
License: MIT
Author: sunwoong
Author-email: sunwoong@pozalabs.com
Requires-Python: >=3.12,<3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: aws
Provides-Extra: bcrypt
Provides-Extra: fastapi
Provides-Extra: httpx
Provides-Extra: logging
Provides-Extra: opentelmetry
Provides-Extra: sentry
Requires-Dist: authlib (>=1.3.1,<2.0.0)
Requires-Dist: bcrypt (>=4.2.0,<5.0.0) ; extra == "bcrypt"
Requires-Dist: boto3 (>=1.28.73,<2.0.0) ; extra == "aws"
Requires-Dist: dependency-injector (>=4.43.0,<5.0.0)
Requires-Dist: fastapi (>=0.115.2,<0.116.0) ; extra == "fastapi"
Requires-Dist: httpx (>=0.27.2,<0.28.0) ; extra == "httpx"
Requires-Dist: loguru (>=0.7.2,<0.8.0) ; extra == "logging"
Requires-Dist: opentelemetry-distro[otlp] (>=0.46b0,<0.47) ; extra == "opentelmetry"
Requires-Dist: pendulum (>=3.0.0,<4.0.0)
Requires-Dist: pydantic (>=2.7.4,<3.0.0)
Requires-Dist: pymongo[aws] (>=4.6.3,<5.0.0)
Requires-Dist: sentry-sdk[fastapi,loguru,pymongo] (>=2.2.0,<3.0.0) ; extra == "sentry"
