fecgov / openFEC

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.
https://api.open.fec.gov/developers
Other
481 stars 106 forks source link

split python requirements into two docs: requirements.txt and requirements-dev.txt #3911

Open jason-upchurch opened 5 years ago

jason-upchurch commented 5 years ago

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

lbeaufort commented 5 years ago

Also relevant: Use pipenv to manage dependencies https://github.com/fecgov/openFEC/issues/3175