mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 03:07:53 +00:00
chore: cleanup repository - remove Vercel config and add binary file ignores
This commit is contained in:
@@ -45,6 +45,13 @@ logs/
|
||||
# ==============================================================================
|
||||
# File Hasil Build & Dependensi
|
||||
# ==============================================================================
|
||||
*.exe
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.zip
|
||||
*.rar
|
||||
*.7z
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
+2
-3
@@ -21,7 +21,7 @@ dependencies = [
|
||||
"Jinja2==3.1.6",
|
||||
"MarkupSafe==3.0.2",
|
||||
"MetaTrader5==5.0.5120",
|
||||
"numpy==1.23.5",
|
||||
"numpy==1.26.0",
|
||||
"pandas==2.3.1",
|
||||
"pandas_ta==0.3.14b0",
|
||||
"python-dateutil==2.9.0.post0",
|
||||
@@ -32,5 +32,4 @@ dependencies = [
|
||||
"tzdata==2025.2",
|
||||
"urllib3==2.5.0",
|
||||
"Werkzeug==3.1.3"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
]
|
||||
Reference in New Issue
Block a user