diff --git a/.gitignore b/.gitignore index a56f877..b63f768 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,13 @@ logs/ # ============================================================================== # File Hasil Build & Dependensi # ============================================================================== +*.exe +*.dll +*.so +*.dylib +*.zip +*.rar +*.7z *.egg-info/ dist/ build/ diff --git a/pyproject.toml b/pyproject.toml index 5d01c76..3a4fb3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"] +] \ No newline at end of file