From 89974440258a3df40f44ffbd662c48cfde60b4ac Mon Sep 17 00:00:00 2001 From: fibonacci998 Date: Tue, 15 Oct 2024 14:58:53 +0700 Subject: [PATCH] feat: add croniter to requirement --- setup.py | 1 + setup/environment.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7a84785ff9..2add54edc8 100644 --- a/setup.py +++ b/setup.py @@ -112,6 +112,7 @@ def main(): "yarl", "pandas_ta==0.3.14b", "xrpl-py==3.0.0", + "croniter", ] cython_kwargs = { diff --git a/setup/environment.yml b/setup/environment.yml index cb04545096..52dc687129 100644 --- a/setup/environment.yml +++ b/setup/environment.yml @@ -72,4 +72,4 @@ dependencies: - git+https://github.com/CoinAlpha/python-signalr-client.git - git+https://github.com/konichuvak/dydx-v3-python.git@web3 - xrpl-py - - cronitor + - croniter