mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 11:17:44 +00:00
36 lines
862 B
TOML
36 lines
862 B
TOML
[project]
|
|
name = "quantumbotx"
|
|
version = "1.0.0"
|
|
description = "Advanced Forex Trading Bot with AI Integration"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
license = {text = "MIT"}
|
|
authors = [
|
|
{name = "Reynov Christian", email = "contact@chrisnov.com"}
|
|
]
|
|
dependencies = [
|
|
"blinker==1.9.0",
|
|
"certifi==2025.7.9",
|
|
"charset-normalizer==3.4.2",
|
|
"click==8.2.1",
|
|
"ccxt>=4.5.38,<5",
|
|
"colorama==0.4.6",
|
|
"Flask==3.1.1",
|
|
"gunicorn==22.0.0",
|
|
"idna==3.10",
|
|
"itsdangerous==2.2.0",
|
|
"Jinja2==3.1.6",
|
|
"MarkupSafe==3.0.2",
|
|
"MetaTrader5>=5.0.5735; platform_system == 'Windows'",
|
|
"numpy>=2.2.6,<3",
|
|
"pandas>=2.2.3,<3",
|
|
"python-dateutil==2.9.0.post0",
|
|
"python-dotenv==1.1.1",
|
|
"pytz==2025.2",
|
|
"requests==2.32.4",
|
|
"six==1.17.0",
|
|
"tzdata==2025.2",
|
|
"urllib3==2.6.3",
|
|
"Werkzeug==3.1.5"
|
|
]
|