[project] name = "debt-by-ai" version = "0.1.0" description = "A game where you have to convince AI to get into debt, or have to convince AI to put you out of debt." readme = "README.md" requires-python = ">=3.11" dependencies = [ "bcrypt>=5.0.0", "flask>=3.1.3", "flask-login>=0.6.3", "google-genai>=2.3.0", "python-dotenv>=1.2.2", "requests>=2.34.2", ]