mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2025-11-05 02:57:56 +01:00
15 lines
380 B
TOML
15 lines
380 B
TOML
[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.2",
|
|
"flask-login>=0.6.3",
|
|
"google-genai>=1.40.0",
|
|
"python-dotenv>=1.1.1",
|
|
"requests>=2.32.5",
|
|
]
|