Skip to content

Commit 936adc2

Browse files
committed
Use the standard requirements.txt
1 parent d54e2c8 commit 936adc2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
tornado==4.0.1

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ case "$1" in
3636
fi
3737

3838
virtualenv --system-site-packages ${venv}
39-
${pyvenv} easy_install "tornado==4.0.1"
39+
${pyvenv} pip install -r requirements.txt
4040
;;
4141

4242
uninstall)

0 commit comments

Comments
 (0)