Home | History | Annotate | Download | only in script
      1 # Required packages for VTS Runner
      2 enum
      3 future
      4 futures
      5 google-api-python-client
      6 google-cloud-pubsub
      7 httplib2
      8 protobuf
      9 requests
     10 setuptools
     11 
     12 # Required packages for Camera ITS tests
     13 # matplotlib # TODO(jaeshin): b/38371975, downloaded separately in download-pypi-packages.sh
     14 numpy
     15 Pillow
     16 scipy
     17 
     18 # Required packages for Kernel tests
     19 parse
     20 ply
     21