From 6daf29d9ccb352eb13efe54c0898c8008075cb3f Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Wed, 12 Jun 2019 21:37:28 +0200 Subject: [PATCH] requirements --- requirements.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e884575 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,24 @@ +alpha-vantage==2.1.0 +asn1crypto==0.24.0 +certifi==2019.3.9 +cffi==1.12.3 +chardet==3.0.4 +cryptography==2.7 +cycler==0.10.0 +future==0.17.1 +idna==2.8 +kiwisolver==1.1.0 +matplotlib==3.1.0 +numpy==1.16.4 +pandas==0.24.2 +pycparser==2.19 +pyparsing==2.4.0 +python-dateutil==2.8.0 +python-telegram-bot==12.0.0b1 +pytz==2019.1 +PyYAML==5.1.1 +requests==2.22.0 +six==1.12.0 +telegram==0.0.1 +tornado==6.0.2 +urllib3==1.25.3