How to upload nltk_data on shiny.io server

I used python script which use "from nltk.tokenize import sent_tokenize" and other imports which depends on nltk_data,
I install all the packages of nltk_data and also set the environment variable to that.
The problem is that the app gather all the packages easily on local machine but while deploying it shows error that resource punkt not found and other resources related to nltk data not found.
The question is simple how to upload nltk_data on shiny.io server.

Please help me...

Any one here to help??