add discordian date plugin
This commit is contained in:
parent
d3f97b41e4
commit
ec3e25ed1b
|
@ -0,0 +1,8 @@
|
|||
from util import hook
|
||||
from ddate.base import DDate
|
||||
|
||||
import datetime
|
||||
|
||||
@hook.command
|
||||
def ddate(inp):
|
||||
return str(DDate())
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue