The first RESTful API for the Federal Election Commission. We're aiming to make campaign finance more accessible for journalists, academics, developers, and other transparency seekers.
Based on results of audit in https://github.com/fecgov/openfec/issues/3782 and slack call with @lbeaufort , @pkfec , @fec-jli , @jason-upchurch we want to consolidate python dependency files into two files.
Completion criteria
[ ] place all required python libraries in either requirements.in or requirements-dev.in
[ ] commit these files
[ ] generate requirements.txt and requirements-dev.txt using pip-compile
devs should pip install -r <requirements file>.txt
Summary
Based on results of audit in https://github.com/fecgov/openfec/issues/3782 and slack call with @lbeaufort , @pkfec , @fec-jli , @jason-upchurch we want to consolidate python dependency files into two files.
Completion criteria
[ ] place all required python libraries in either
requirements.in
orrequirements-dev.in
[ ] commit these files
[ ] generate
requirements.txt
andrequirements-dev.txt
usingpip-compile
devs should
pip install -r <requirements file>.txt