Mercurial > code > home > repos > light9
changeset 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 | 0f8ea7c08f33 |
children | e30493d458f9 |
files | light9/web/timeline/timeline-elements.html makefile requirements.txt |
diffstat | 3 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/timeline/timeline-elements.html Sun Apr 29 21:56:08 2018 +0000 +++ b/light9/web/timeline/timeline-elements.html Sun Apr 29 21:56:51 2018 +0000 @@ -285,6 +285,7 @@ <script src="/lib/shortcut/index.js"></script> <script src="/lib/async/dist/async.js"></script> <script src="/lib/underscore/underscore-min.js"></script> +<script src="/lib/pixi.js/dist/pixi.min.js"></script> <script src="adjustable.js"></script> <script src="drawing.js"></script> <script src="timeline.js"></script>
--- 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 ###
--- a/requirements.txt Sun Apr 29 21:56:08 2018 +0000 +++ b/requirements.txt Sun Apr 29 21:56:51 2018 +0000 @@ -1,5 +1,5 @@ coloredlogs==6.0 -colormath==2.1.1 +colormath==3.0.0 coverage==4.3.4 cyclone==1.1 faulthandler==2.6 @@ -33,4 +33,4 @@ watchdog==0.8.3 web.py==0.38 webcolors==1.7 -https://projects.bigasterisk.com/rdfdb/rdfdb-0.4.0.tar.gz +https://projects.bigasterisk.com/rdfdb/rdfdb-0.5.0.tar.gz