this repo has no description
at main 412 B view raw
1[project] 2name = "followgrpah" 3version = "0.1.0" 4description = "Add your description here" 5readme = "README.md" 6requires-python = ">=3.12" 7dependencies = [ 8 "aiokafka>=0.12.0", 9 "asyncio>=4.0.0", 10 "click>=8.3.1", 11 "clickhouse-connect>=0.10.0", 12 "prometheus-client>=0.23.1", 13 "pydantic>=2.12.5", 14 "pydantic-settings>=2.12.0", 15 "python-dateutil>=2.9.0.post0", 16 "python-snappy>=0.7.3", 17]