From 868004854b29f7ae7acb1dcc4d2ab6433e67af59 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 17 Dec 2019 14:29:52 +0100 Subject: [PATCH] parse time interval --- requirements.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index b153e4a..1c97e82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -alpha-vantage==2.1.0 -matplotlib==3.1.0 -numpy==1.16.4 -pandas==0.24.2 -python-telegram-bot==12.0.0b1 -PyYAML==5.1.1 \ No newline at end of file +pytimeparse==1.1.8 +alpha-vantage==2.1.2 +matplotlib==3.1.2 +numpy==1.17.4 +pandas==0.25.3 +python-telegram-bot==12.2 +PyYAML==5.2 \ No newline at end of file