I'm trying to use the standard python buildpack
here to push a python app (specifically, graphite-api:
https://github.com/brutasse/graphite-api). I've followed the instructions on the buildpack page to store the dependencies in the vendor/ directory, but when I run 'cf push' it seems to ignore the dependencies there and doesn't upload them, giving me missing dependency errors at runtime. I don't have any .cfignore files and am using a very simple manifest so I don't know why cf push seems to ignore the .tar.gz files. Any help would be much appreciated.
-Kyle