Mercurial > piecrust2
view package.json @ 1168:10520472cc73
routing: Fix breakages with routing on some versions of Python.
Finally figured what happened with change 6baa94da8b16 (this is a Mercurial
hash by the way if you're looking at the Git mirror). Between Python 3.6 and
3.7 there was a change where the percent sign ('%') went from being escaped by
`re.escape` to _not_ being escaped. So now we need to use different regex
patterns dependin on the Python version, yay.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 04 Oct 2019 11:13:33 -0700 |
parents | cd5267cd23ef |
children | 7eb58b5748eb |
line wrap: on
line source
{ "name": "PieCrust", "version": "1.0.0", "license": "Apache-2.0", "repository": "http://bitbucket.org/ludovicchabant/piecrust2", "dependencies": { "bootstrap": "^4.0.0", "clean-css": "^3.4.9", "clean-css-cli": "^4.1.10", "foundation-sites": "^6.4.4-rc1", "gulp": "^3.9.1", "gulp-concat": "~2.6.0", "gulp-cssnano": "^2.1.1", "gulp-less": "^3.0.5", "gulp-rename": "~1.2.2", "gulp-sass": "~2.1.0", "gulp-sourcemaps": "~1.6.0", "gulp-uglify": "^1.5.2", "gulp-util": "~3.0.7", "less": "^2.7.3", "node-sass": "^4.9.0", "open-iconic": "^1.1.1", "popper.js": "^1.12.9", "timeago": "^1.6.1", "uglify-js": "^2.8.29" } }