cli: add 'hpi module install' and 'hpi module requires'
ci: use hpi module install; remove explicit module links relevant: - https://github.com/karlicoss/HPI/issues/12 - https://github.com/karlicoss/HPI/issues/79
This commit is contained in:
parent
97650adf3b
commit
0534c5c57d
3 changed files with 86 additions and 24 deletions
|
@ -1,6 +1,11 @@
|
|||
'''
|
||||
Programmatic access and queries to org-mode files on the filesystem
|
||||
'''
|
||||
|
||||
REQUIRES = [
|
||||
'orgparse',
|
||||
]
|
||||
|
||||
from datetime import datetime, date
|
||||
from pathlib import Path
|
||||
from typing import List, Sequence, Iterable, NamedTuple, Optional
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue