dr.botzo/requirements.txt
Brian S. Stephan 1a36becead convert to a MySQL backend
WARNING!
there's no going back now. this change is *huge* but it was overdue.
WARNING!

the database backend is now mysql. modules that should use a database
but don't yet were left untouched, they'll come later. scripts haven't
been converted yet, though i'm pretty sure i'll need to soon.

while i was going through everything, connection/cursor idioms were
cleaned up, as were a bunch of log messages and exception handling. this
change is so gross i'm happy things appear to be working, which is
the case --- all modules are lightly tested.
2012-07-27 02:18:01 -05:00

8 lines
108 B
Plaintext

MySQL-python==1.2.3
httplib2==0.7.4
oauth2==1.5.211
ply==3.4
python-dateutil==2.1
six==1.1.0
wsgiref==0.1.2