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
2 changed files with 3 additions and 5 deletions

View File

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

View File

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