Add requirements.txt

This commit is contained in:
Tom Payne
2013-10-01 18:30:36 +02:00
parent 221a56a411
commit ef23a9a204
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
before_install:
- "sudo pip install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz"
- "sudo pip install regex"
- "sudo pip install -r requirements.txt"
- "git clone --depth=50 https://github.com/jsdoc3/jsdoc build/jsdoc"
- "git clone https://code.google.com/p/glsl-unit/ build/glsl-unit"

1
requirements.txt Normal file
View File

@@ -0,0 +1 @@
regex