You may already be aware of this, but the documentation has started encouraging users to "vendor" third-party dependencies by including them directly yourself. This will work for any pure python library. From the list above, the ones where this will NOT work are lxml, numpy, PIL and pycrypto. For django, jinja2, webapp2, and webob, it is pretty easy to pull in any version you would like. See the instructions:
https://cloud.google.com/appengine/docs/python/tools/using-libraries-python-27#installing_a_third-party_library On Thursday, November 3, 2016 at 10:01:24 PM UTC-4, Я Юь wrote: > > This is the list of Python libraries available on GAE from: > > https://cloud.google.com/appengine/docs/python/tools/built-in-libraries-27 > > listed here with version numbers, years of their release, and current > versions: > > django 1.5, 2013 3 years ago, 1.10 > jinja2 2.6, 2011 5 years ago, 2.8 > lxml 2.3.5, 2012 4 years ago, 3.6.4 > numpy 1.6.1, 2011 5 years ago, 1.11.2 > PIL 1.1.7, 2010 6 years ago, 3.4.2 > pycrypto 2.6, 2012 4 years ago, none abandoned > webapp2 2.5.2, 2012 4 years ago, 3.0.0 beta > webob 1.2.3, 2012 4 years ago, 1.6.2 > > They haven't been updated in years. Requests for updates on the issue > tracker are acknowledged but left unresolved, like other reported bugs. > > (Yes, I know that there are alternative solutions, but I still prefer to > know what is the state of Python on GAE.) > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/2032aeac-1be9-4f3b-8e50-97cbe354ac88%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
