diff --git a/telegram_bot/requirements.txt b/telegram_bot/requirements.txt index d1a60c3..417310c 100644 --- a/telegram_bot/requirements.txt +++ b/telegram_bot/requirements.txt @@ -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