your requirements has jsmmin instead of jsmin.
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/jsmmin/
also even tho jsmin can get installed manually python is unable to find it.
File "./server.py", line 13, in
from jsmin import jsmin
ModuleNotFoundError: No module named 'jsmin'
your requirements has jsmmin instead of jsmin. Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/jsmmin/
also even tho jsmin can get installed manually python is unable to find it.
File "./server.py", line 13, in
from jsmin import jsmin
ModuleNotFoundError: No module named 'jsmin'
currently stuck at this point.