this moves the dispatcher functionality that used to be in the old ircbot directly to django REST framework, which is more robust and allows for cooler stuff down the road. this still retains the ability to have the bot privmsg, that still happens over the XML-RPC interface, this is just a more convenient frontend to that
36 lines
637 B
Plaintext
36 lines
637 B
Plaintext
Django==1.8.1
|
|
django-adminplus==0.3
|
|
django-extensions==1.5.3
|
|
django-filter==0.10.0
|
|
djangorestframework==3.1.3
|
|
httplib2==0.7.4
|
|
inflect==0.2.5
|
|
irc==12.1.4
|
|
jaraco.apt==1.0
|
|
jaraco.classes==1.2
|
|
jaraco.collections==1.1
|
|
jaraco.context==1.3
|
|
jaraco.functools==1.3
|
|
jaraco.itertools==1.3
|
|
jaraco.logging==1.2
|
|
jaraco.text==1.3
|
|
logilab-astng==0.24.0
|
|
logilab-common==0.58.1
|
|
Markdown==2.6.2
|
|
more-itertools==2.2
|
|
MySQL-python==1.2.3
|
|
oauth2==1.5.211
|
|
oauthlib==0.5.1
|
|
ply==3.4
|
|
pyflakes==0.5.0
|
|
pylint==0.25.2
|
|
python-dateutil==2.1
|
|
pytz==2015.4
|
|
requests==1.2.3
|
|
requests-oauthlib==0.3.2
|
|
six==1.9.0
|
|
tempora==1.3
|
|
twython==3.0.0
|
|
yg.lockfile==2.0
|
|
zc.lockfile==1.1.0
|