Merge pull request #3 from WebEngineering2/bot-features

Bot features
This commit is contained in:
NormalParameter 2022-03-16 10:43:16 +01:00 committed by GitHub
commit 4cffdece05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View File

@ -10,8 +10,6 @@ import sys
import os import os
import json import json
import pandas as pd
from newsapi import NewsApiClient from newsapi import NewsApiClient
from dotenv import load_dotenv from dotenv import load_dotenv

View File

@ -1,5 +1,5 @@
pyTelegramBotAPI~=4.4.0 pyTelegramBotAPI~=4.4.0
Markdown==3.3.6 Markdown~=3.3.6
yfinance==0.1.70 yfinance~=0.1.70
newsapi-python newsapi-python~=0.2.6
python-dotenv~=0.19.2 python-dotenv~=0.19.2