Closed tmpayton closed 1 year ago
This PR upgrades boto3, botocore, certifi, cryptography, and GitPython in requirements and requirements-parsing
General components of the application that this PR will affect:
Terminal One:
pyenv virtualenv (your virtual environment)
pip install -r requirements.txt
snyk test --file=requirements.txt --package-manager=pip
rm -rf node_modules
npm i
npm run build
dropdb eregs_local
createdb eregs_local
python manage.py migrate
python manage.py compile_frontend
python manage.py runserver
Terminal Two:
pip install -r requirements-parsing.txt
snyk test --file=requirements-parsing.txt --package-manager=pip
python load_regs/load_fec_regs.py local
For more detailed instructions follow the wiki on how to setup/parse regulations on local environment
Summary (required)
This PR upgrades boto3, botocore, certifi, cryptography, and GitPython in requirements and requirements-parsing
Required reviewers 1 - 2 developers
Impacted areas of the application
General components of the application that this PR will affect:
How to test
Terminal One:
pyenv virtualenv (your virtual environment)
pip install -r requirements.txt
snyk test --file=requirements.txt --package-manager=pip
rm -rf node_modules
npm i
npm run build
dropdb eregs_local
createdb eregs_local
python manage.py migrate
python manage.py compile_frontend
python manage.py runserver
(leave running)Terminal Two:
pyenv virtualenv (your virtual environment)
pip install -r requirements-parsing.txt
snyk test --file=requirements-parsing.txt --package-manager=pip
python load_regs/load_fec_regs.py local
For more detailed instructions follow the wiki on how to setup/parse regulations on local environment