mirror of
https://github.com/csd4ni3l/debt-by-ai.git
synced 2026-01-01 12:33:44 +01:00
Basic working version with only Hackclub AI support, starting UI and offensive mode(convince to get into debt)
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[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 = [
|
||||
"flask>=3.1.2",
|
||||
"google-genai>=1.40.0",
|
||||
"python-dotenv>=1.1.1",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Reference in New Issue
Block a user