@@ -10,7 +10,7 @@ readme = "README.md"
1010requires-python = " >=3.9"
1111license = {text = " MIT" }
1212authors = [
13- {name = " EvoTraders Team" }
13+ {name = " EvoTraders Team <dengjiaji.djj@alibaba-inc.com> " }
1414]
1515keywords = [" trading" , " ai" , " multi-agent" , " fintech" , " algorithmic-trading" ]
1616classifiers = [
@@ -26,7 +26,8 @@ classifiers = [
2626]
2727
2828dependencies = [
29- " agentscope>=1.0.2" ,
29+ " agentscope>=1.0.8" ,
30+ " reme-ai>=0.1.9" ,
3031 " asyncio>=3.4.3" ,
3132 " rich>=13.6.0" ,
3233 " websockets>=12.0" ,
@@ -39,16 +40,11 @@ dependencies = [
3940 " seaborn>=0.12.0" ,
4041 " pandas-market-calendars>=5.0.0" ,
4142 " mem0ai>=0.1.0" ,
42- " reme_ai>=0.1.0" ,
4343 " typer>=0.12.5" ,
4444 " openai>=1.0.0" ,
4545 " anthropic>=0.20.0" ,
4646 " dotenv" ,
4747 " typer" ,
48- " mem0ai" ,
49- " reme-ai==0.1.9" ,
50-
51-
5248]
5349
5450[project .optional-dependencies ]
@@ -59,17 +55,17 @@ dev = [
5955]
6056
6157[project .urls ]
62- Homepage = " https ://github.com/yourusername/evotraders "
63- Repository = " https://github.com/yourusername /evotraders"
64- Documentation = " https://github.com/yourusername/ evotraders"
65- "Bug Tracker" = " https://github.com/yourusername/evotraders /issues"
58+ Homepage = " http ://trading.evoagents.cn "
59+ Repository = " https://github.com/agentscope-ai/agentscope-samples /evotraders"
60+ Documentation = " https://github.com/agentscope-ai/agentscope-samples/ evotraders/README.md "
61+ "Bug Tracker" = " https://github.com/agentscope-ai/agentscope-samples /issues"
6662
6763[project .scripts ]
6864evotraders = " backend.cli:app"
6965
7066[tool .setuptools ]
7167packages = [" backend" , " backend.agents" , " backend.config" ,
72- " backend.data" , " backend.llm" , " backend.server " ,
68+ " backend.data" , " backend.llm" ,
7369 " backend.tools" , " backend.utils" , " backend.services" ]
7470
7571[tool .ruff ]
0 commit comments