[project] name = "routing-money-calculation" version = "0.3.19" description = "Rough estimate of routing cost for AI agents" readme = "README.md" license = "Apache-2.0" requires-python = ">=3.10" dependencies = [ "gradio>=6.0.2", "pandas>=2.0.0", "plotly>=5.18.0", "requests>=2.31.0", "python-dotenv>=1.0.0", "tiktoken>=0.12.0", ] [project.optional-dependencies] dev = [ "ruff>=0.8.0", ] [tool.ruff] line-length = 100 target-version = "py310" [tool.ruff.lint] select = ["E", "F", "I", "W"]