cfpb / regulations-site

(DEPRECATED) Web interface for viewing U.S. federal regulations and other regulatory information
Other
28 stars 43 forks source link

Update requirements and setup #812

Closed willbarton closed 8 years ago

willbarton commented 8 years ago

This PR updates the requirements.txt and setup.py files.

First, it removes the version pin to a specific patch version of Django and makes it a range for 1.8.

Second, it moves the concrete requirements into the requirements.txt file rather than simply loading setup.py. The two sets of requirement specifications are conceptually different, and so we should treat them that way.