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