Change Python lib version

Hey i need help with by changing the versions of the python libraries that I install, and specifically I need to install the aiogram of the second version, I specified the versions of the libraries in the requirements file, but nothing has changed
3 Replies
Percy
Percy7mo ago
Project ID: N/A
fuckingawesome
fuckingawesome7mo ago
N/A
Brody
Brody7mo ago
in your requirements.txt file the syntax for package versions is as follows
<package name>==<version number>
<package name>==<version number>