[Migration] remove set_device()
[mygpo.git] / doc / dev / python3.rst
blob73d32213f3d812947cd6e9267afe221160164a3b
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 * mygpo-feedservice
25 * celery-redis