add requirements file per travis env

This commit is contained in:
Daniel Graña 2012-05-17 08:53:18 -03:00
parent 7740581f88
commit 3096e46401
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
pyOpenSSL
lxml
twisted
boto
.

View File

@ -0,0 +1,5 @@
pyOpenSSL==0.10
lxml==2.2.4
twisted==10.0.0
boto==1.9b
.