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
|
argparse==1.2.1
|
||||||
requests
|
dateandtime==0.0.5
|
||||||
git+https://github.com/billpmurphy/hask
|
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