I have a python application that I wrote to be compatible with both, Linux and Windows platforms. However there is one problem... One of the python packages I need for Windo
Use this in the requirements.txt file
uwsgi==2.0.18; platform_system != "Windows"
in this case pip will install uwsgi if not running on Windows