From f70bb858007cd3be6766ee0aa4a3d9133952eb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 26 Feb 2018 14:18:34 +0100 Subject: Retry running order when available balance is insufficient --- requirements.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 8e78c05..5a25dbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ -ccxt>=1.10.593 -simplejson>=3.13.2 -requests>=2.11.1 -requests_mock>=1.4.0 -psycopg2>=2.7 +ccxt==1.10.1216 +simplejson==3.13.2 +requests>=2.18.4 +requests_mock==1.4.0 +psycopg2==2.7.4 +retry==0.9.2 -- cgit v1.2.3