Ask HN: Is it possible to create counter-terrorist consensus on blockchain?
6 pointsby marius_k8 comments
./scripts/create-venv.sh # create venv using specific python version, update pip, wheel, setuptools, install requirements.txt
./scripts/freeze-requirements.sh # create tmp venv with requirements-base.txt and pip freeze > requirements.txt
./requirements-base.txt # dependencies with loose versions
./requirements.txt # frozen/locked dependencies