diff makefile @ 1705:115a268f1d74

pixi tag, some version upgrades Ignore-this: 89a7442328af563b0a66a0675abdc3ea
author Drew Perttula <drewp@bigasterisk.com>
date Sun, 29 Apr 2018 21:56:51 +0000
parents b46f6977168b
children e30493d458f9
line wrap: on
line diff
--- a/makefile	Sun Apr 29 21:56:08 2018 +0000
+++ b/makefile	Sun Apr 29 21:56:51 2018 +0000
@@ -72,7 +72,7 @@
 env-mypy/bin/mypy:
 	mkdir -p env-mypy
 	virtualenv -p /usr/bin/python3  env-mypy/
-	env-mypy/bin/pip install mypy==0.510 lxml==3.7.3
+	env-mypy/bin/pip install mypy==0.590 lxml==4.2.1
 
 ### build ###