fix: update poetry praw python version compatibility and gitignore config
This commit is contained in:
parent
a438acdbbd
commit
0c569844ec
|
|
@ -7,3 +7,4 @@ eval_results/
|
|||
eval_data/
|
||||
*.egg-info/
|
||||
.env
|
||||
.idea
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue