Mercurial > wikked
annotate dev-requirements.txt @ 444:2f68a463cb06
cm: Replace Grunt/RequireJS with Gulp/Browserify.
Yes, I know, this sounds like it's 2014 or something, and cool kids are now
actually on webpack or whatever.
Anyway, besides the change to a `gulpfile`, it also moves all dependencies
over to `npm` (via the `package.json` file), which cleans up the repository
nicely, and replaces awkward JS imports with simpler `require` statements.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Jan 2018 00:51:59 -0800 |
parents | e117060eaa71 |
children | 0bfd648aca6a |
rev | line source |
---|---|
443
e117060eaa71
cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
433
diff
changeset
|
1 invoke==0.22.0 |
e117060eaa71
cm: Update requirements.
Ludovic Chabant <ludovic@chabant.com>
parents:
433
diff
changeset
|
2 pytest==3.3.1 |
359
90926c17779c
Fix `requirements` file, add `dev-requirements`.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff
changeset
|
3 |