diff --git a/pyproject.toml b/pyproject.toml index 2d3ac30..de1c7c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "pandas_market_calendars", "pytz", "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@dfdbef6b58ab46f357d67800510bb9e8c4a01182", - "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@f37aeabd087e41b31ee138ea2b974f4eaa695b97", + "us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@075b880db26602a504db9084baa8fefac99a1705", "google-cloud-storage", "requests", ] diff --git a/requirements.txt b/requirements.txt index 075c7d2..f9a7309 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ firstrade==0.0.39 pandas_market_calendars pytz quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@dfdbef6b58ab46f357d67800510bb9e8c4a01182 -us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@f37aeabd087e41b31ee138ea2b974f4eaa695b97 +us-equity-strategies @ git+https://github.com/QuantStrategyLab/UsEquityStrategies.git@075b880db26602a504db9084baa8fefac99a1705 google-cloud-storage google-auth requests