@GURUVANANTHAM Guru-Mohan Requirements.txt file is used you want specific packages to be installed on your azure function. The packages name that you mentioned in Requirements.txt is installed using the pip command in your function app.
As per your file, I can see only requests and azure.storage.blob package available. As the other module name that you have specified couldn't install/found using pip therefore in the exception traces you can see there is an issue in installing those packages.
wallix_module_py
wallix_register_py
get_vault_secret_new_py
requests
azure.storage.blob