diff --git a/src/config.sample.yml b/config.sample.yml similarity index 100% rename from src/config.sample.yml rename to config.sample.yml diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b153e4a --- /dev/null +++ b/requirements.txt @@ -0,0 +1,6 @@ +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 diff --git a/src/requirements.txt b/src/requirements.txt deleted file mode 100644 index e884575..0000000 --- a/src/requirements.txt +++ /dev/null @@ -1,24 +0,0 @@ -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