1234567891011121314 |
- [tool.poetry]
- name = "kinema-zetel"
- dynamic = ["version"]
- description = ""
- authors = ["Joost Sijm <joostsijm@gmail.com>"]
- readme = "README.md"
- dependencies = [
- "pydantic==2.*",
- "inject==4.*",
- "asgiref",
- "blinker",
- "async-lru",
- "backoff"
- ]
|