fix: update poetry praw python version compatibility and gitignore config

This commit is contained in:
lenny0x 2025-07-14 16:56:26 +08:00
parent a438acdbbd
commit 0c569844ec
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ eval_results/
eval_data/
*.egg-info/
.env
.idea

View File

@ -3,7 +3,7 @@ name = "tradingagents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
requires-python = ">=3.10,<4.0"
dependencies = [
"akshare>=1.16.98",
"backtrader>=1.9.78.123",