add discordian date plugin

This commit is contained in:
Christine Dodrill 2015-11-10 20:28:16 -08:00
parent d3f97b41e4
commit ec3e25ed1b
2 changed files with 15 additions and 3 deletions

8
plugins/ddate.py Normal file
View File

@ -0,0 +1,8 @@
from util import hook
from ddate.base import DDate
import datetime
@hook.command
def ddate(inp):
return str(DDate())

View File

@ -1,3 +1,7 @@
lxml
requests
git+https://github.com/billpmurphy/hask
argparse==1.2.1
dateandtime==0.0.5
ddate==0.1.0
hask==0.0.1
lxml==3.4.4
requests==2.8.1
wsgiref==0.1.2