13:35:40 <chronodekar> Hello folks! 13:36:36 <chronodekar> Please do not take this as criticism, but what was the motivation to remove the 'doit' module from requirements.txt ? 13:37:10 <chronodekar> I just setup a new environment to play around with nikola (again!) and am getting errors about 'doit' missing. 13:38:37 <chronodekar> ... 13:39:50 <chronodekar> no wait, just found a 'requirements-rtd.txt' file. 13:39:59 <chronodekar> and ... that's not there in master branch? 13:40:04 * chronodekar is confused 13:44:53 <ToApolytoXaos> doit can be installed with pip install "Nikola[extras]" 13:46:00 <chronodekar> I setup my environment with "pip install -r requirements-tests.txt" 13:46:12 <chronodekar> which pulls in the extras and the main requirements.txt 13:46:21 <chronodekar> doit isn't in any of those requirements files. 13:46:45 <chronodekar> or is 'Nikola[extras]' another option for pip install? 13:50:57 <ToApolytoXaos> you should have run pip install "Nikola[extras,tests]" instead then 13:51:17 <ToApolytoXaos> else, you could just run my previous suggestion so you could get doit installed 13:53:18 <chronodekar> alright did that. Thanks! 13:53:50 <ToApolytoXaos> cool +1 16:20:53 <ChrisWarrick> chronodekar: we can’t keep doit in requirements.txt because we would have to keep using an older version (py2 support issues) 16:22:26 <ChrisWarrick> chronodekar: to play with Nikola, you should always just run pip install Nikola or pip install . 19:18:01 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vDlnF 19:18:01 -GitHub[nikola]:#nikola- nikola/master 270f7ba Chris Warrick: Ignore Codacy coverage in PRs from non-contributors... 19:18:45 <KwBot> [nikola] Kwpolska closed issue #2653: new_post_date_path uses today's date, instead of rrule's date https://github.com/getnikola/nikola/issues/2653 19:18:56 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 7 new commits to master: https://git.io/vDlcc 19:18:56 -GitHub[nikola]:#nikola- nikola/master 054e70c Sukil Etxenike: Fix #2653 - Make NEW_POST_DATE_PATH refollow rrule 19:18:56 -GitHub[nikola]:#nikola- nikola/master 4bd8f6b Sukil Etxenike: Update changelog for #2653 19:18:56 -GitHub[nikola]:#nikola- nikola/master cedad28 Sukil Etxenike: Fixed errors for #2653 19:22:19 -travis-ci:#nikola- getnikola/nikola#8331 (master - 270f7ba : Chris Warrick): The build passed. 19:22:20 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/d2370736e320...270f7ba7cd90 19:22:20 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/198950402 19:26:08 -travis-ci:#nikola- getnikola/nikola#8332 (master - 95d869d : Chris Warrick): The build passed. 19:26:09 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/270f7ba7cd90...95d869dbdeee 19:26:09 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/198950702