Metadata-Version: 2.4
Name: durable-monty
Version: 0.1.0
Summary: Durable functions using monty-python
Project-URL: Homepage, https://github.com/yourusername/durable-monty
Project-URL: Documentation, https://github.com/yourusername/durable-monty#readme
Project-URL: Repository, https://github.com/yourusername/durable-monty
Project-URL: Issues, https://github.com/yourusername/durable-monty/issues
Requires-Python: >=3.10
Requires-Dist: pydantic-monty>=0.0.3
Requires-Dist: sqlalchemy>=2.0.0
Provides-Extra: api
Requires-Dist: fastapi>=0.100.0; extra == 'api'
Requires-Dist: httpx>=0.24.0; extra == 'api'
Requires-Dist: uvicorn>=0.23.0; extra == 'api'
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Provides-Extra: postgres
Requires-Dist: psycopg[binary]>=3.1.0; extra == 'postgres'
Provides-Extra: rq
Requires-Dist: redis>=5.0.0; extra == 'rq'
Requires-Dist: rq>=1.15.0; extra == 'rq'
