Mercurial > code > home > repos > rdfdb
diff Dockerfile.build @ 35:deaabf47d82b
fix pyflakes warnings, including an error at import
Ignore-this: a1baa5eeb251403e2a9506a1d1841ac8
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Sat, 25 May 2019 06:39:05 +0000 |
parents | c8cf9d85fa81 |
children |
line wrap: on
line diff
--- a/Dockerfile.build Sat May 25 02:53:56 2019 +0000 +++ b/Dockerfile.build Sat May 25 06:39:05 2019 +0000 @@ -4,4 +4,4 @@ RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple rdflib cyclone mock treq rdflib-jsonld service_identity -RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple mypy nose2 +RUN pip3 install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple mypy nose2 pyflakes