af1de749aaf0730528571fd44d155cbd1d70442f
[mygpo.git] / doc / dev / python3.rst
blobaf1de749aaf0730528571fd44d155cbd1d70442f
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
15 Not OK
16 ------
17 * restkit # https://github.com/benoitc/restkit/tree/py3_2
18 * couchdbkit
19 * PIL # http://stackoverflow.com/questions/3896286/image-library-for-python-3
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