ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

Loosen the requirements when the datagetter is used as a library #60

Open R2ZER0 opened 2 weeks ago

R2ZER0 commented 2 weeks ago

by switching setup.py to use requirements.in instead of requirements.txt.

Now that requirements.in specifies compatible ranges, this allows downstream library uses to upgrade to compatible sub-requirement versions, e.g. for security updates, without needing to first update the requirements.txt in this repo.