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/
|
eval_data/
|
||||||
*.egg-info/
|
*.egg-info/
|
||||||
.env
|
.env
|
||||||
|
.idea
|
||||||
|
|
@ -3,7 +3,7 @@ name = "tradingagents"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Add your description here"
|
description = "Add your description here"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10,<4.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"akshare>=1.16.98",
|
"akshare>=1.16.98",
|
||||||
"backtrader>=1.9.78.123",
|
"backtrader>=1.9.78.123",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue