forked from miracle2k/webassets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements-dev.pip
More file actions
39 lines (33 loc) · 914 Bytes
/
requirements-dev.pip
File metadata and controls
39 lines (33 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# webassets has no dependencies for it's base functionality.
#
# However, most filters are wrappers around external libraries and
# tools, and some features also need additonal library support
# (e.g. loading from YAML files).
#
# Libs required to run the tests
nose
mock
# Libs helpful during development
Sphinx
# Libs that are needed for some features
PyYaml
glob2
# Libs that are needed by filters.
Jinja2>=2.5
cssutils
yuicompressor
closure
# Python libs that requiring manual installation
#cssprefixer
# Ruby gems required by filters
# sudo gem install sass
# sudo gem install compass
# sudo gem install less --version 1.2.21
# Node libraries required by filters
# sudo npm install -g less
# sudo npm install -g uglify-js@2.3.1
# sudo npm install -g coffee-script@1.6.2
# sudo npm install -g clean-css@1.0.2
# sudo npm install -g stylus
# sudo npm install -g handlebars
# sudo npm install -g typescript