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
36 lines (31 loc) · 771 Bytes
/
requirements-dev.pip
File metadata and controls
36 lines (31 loc) · 771 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
# Libs useful when developing webassets. Many required to run all the tests.
Jinja2>=2.5
Sphinx
nose
mock
PyYaml
glob2
# Filters
PIL
clevercss
cssutils
cssmin
yuicompressor
closure
pyScss
slimmer
# Default rsmin package is not installable via pip
http://michael.elsdoerfer.name/rjsmin/rjsmin-1.0.1-webassets.tar.gz
# Requiring manual installation:
# cssprefixer
#cssprefixer
# The following Ruby gems are required for some filter tests to run:
# sudo gem install sass
# sudo gem install compass
# sudo gem install less --version 1.2.21
# The following node libraries are required for some filter tests to run:
# sudo npm install -g less
# sudo npm install -g uglify-js
# sudo npm install -g coffee-script
# sudo npm install -g clean-css
# sudo npm install -g stylus