Bump dependencies (no more SSL errors) (#2939)

Also made the Makefile work slightly nicer with other tools, e.g. IDE run configurations, by allowing the python executable to be set as an env var.

Signed-off-by: Toby Harradine <tobyharradine@gmail.com>
This commit is contained in:
Toby Harradine
2019-09-01 09:29:54 +10:00
committed by GitHub
parent 25fb389a7d
commit d86cc7a854
5 changed files with 33 additions and 24 deletions

View File

@@ -0,0 +1 @@
Updated dependencies, most notably PyYAML, tqdm, uvloop and pymongo.

View File

@@ -0,0 +1 @@
Setting the ``PYTHON`` env var whilst running ``make`` now allows you to specify which python executable to use.