When installing 'python-telegram-bot' package with 'import telegram', the poetry package forced me to install 'telegram' package instead of 'python-telegram-bot' package... How can I disable the poetry automatic installation and have my packages install manually? Thank you in advance.
Installing python-telegram-bot
When installing 'python-telegram-bot' package with 'import telegram', the poetry package forced me to install 'telegram' package instead of 'python-telegram-bot' package... How can I disable the poetry automatic installation and have my packages install manually? Thank you in advance.
Try installing manually using this