From 964905d061664aec53603fa95288d836375b3c24 Mon Sep 17 00:00:00 2001 From: TatianaBurek Date: Mon, 10 Aug 2020 13:32:14 -0600 Subject: [PATCH] add retrying --- environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index cbfbd1fe..a201fc89 100644 --- a/environment.yml +++ b/environment.yml @@ -17,4 +17,5 @@ dependencies: - matplotlib - lxml - pymysql - - bootstrapped \ No newline at end of file + - bootstrapped + - retrying \ No newline at end of file