Bot features #3

Merged
NormalParameter merged 2 commits from bot-features into main 2022-03-16 09:43:16 +00:00
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