pip3 install pipfile-requirements
pipfile2req | pip3 install -r /dev/stdin
pip3 install markupsafe jsonschema
PYTHONPATH=. python -m httpbin
A Kenneth Reitz Project.
Run locally:
docker pull kennethreitz/httpbin
docker run -p 80:80 kennethreitz/httpbin
See http://httpbin.org for more information.