wsjdata / clinton-email-cruncher

Download Hillary Clinton's emails and query them with sqlite
MIT License
153 stars 30 forks source link

jdcal version peg #3

Closed jsfenfen closed 8 years ago

jsfenfen commented 8 years ago

pip can't find me a version of jdcal 1.0 (using python 2.7.11). I assume a later version will work (1.2 is current). Is there any reason to think it has to be 1.0 ?

martinburch commented 8 years ago

Hi, I think you're right. The requirements file was developed by doing pip freeze so it's not permissive at all. My development environment was Python 2.7.10.

I think jdcal module is a dependency for one of the modules that are actually required: requests, requests_cache, certifi, peewee, slate and csvkit. slate must have pdfminer==20110515

martinburch commented 8 years ago

@jsfenfen does this look ok to you now?

martinburch commented 8 years ago

Closing as resolved.