AI_Diplomacy/pyproject.toml

32 lines
749 B
TOML

[project]
name = "ai-diplomacy"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anthropic>=0.54.0",
"bcrypt>=4.3.0",
"coloredlogs>=15.0.1",
"dotenv>=0.9.9",
"google-genai>=1.21.1",
"google-generativeai>=0.8.5",
"json-repair>=0.47.2",
"json5>=0.12.0",
"matplotlib>=3.10.3",
"openai>=1.90.0",
"pylint>=2.3.0",
"pytest>=4.4.0",
"pytest-xdist>=3.7.0",
"python-dateutil>=2.9.0.post0",
"pytz>=2025.2",
"scipy>=1.16.0",
"seaborn>=0.13.2",
"sphinx>=8.2.3",
"sphinx-copybutton>=0.5.2",
"sphinx-rtd-theme>=3.0.2",
"together>=1.5.17",
"tornado>=5.0",
"tqdm>=4.67.1",
"ujson>=5.10.0",
]