Files
2026-05-19 12:27:21 +08:00

35 lines
807 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",
"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.5120",
"numpy>=1.26.4,<3",
"pandas==2.3.1",
"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.5.0",
"Werkzeug==3.1.3"
]