use pillow instead of PIL
[mygpo.git] / doc / dev / python3.rst
blob0eef7406220c0aef05464d4f75659472567a7997
1 Python 3 Dependencies
2 =====================
4 This list tracks the Python-3-readiness of all dependencies
6 OK
7 --
8 * feedparser # according to http://python3wos.appspot.com/
9 * python-dateutil # according to http://python3wos.appspot.com/
10 * Django # according to http://python3wos.appspot.com/
11 * simplejson # according to http://python3wos.appspot.com/
12 * celery # according to http://python3wos.appspot.com/
13 * markdown2 # according to README.md
14 * pillow # according to http://python3wos.appspot.com/
16 Not OK
17 ------
18 * restkit # https://github.com/benoitc/restkit/tree/py3_2
19 * couchdbkit
20 * Babel # used only in one place, could maybe be removed as a (hard) dependency
22 Unknown
23 -------
24 * django_couchdb_utils
25 * mygpo-feedservice
26 * celery-redis