general: use module dependencies as proper PIP packages + fallback
This commit is contained in:
parent
c68d81a8ca
commit
0682919449
5 changed files with 24 additions and 77 deletions
|
@ -1,6 +1,9 @@
|
|||
"""
|
||||
[[https://hypothes.is][Hypothes.is]] highlights and annotations
|
||||
"""
|
||||
REQUIRES = [
|
||||
'git+https://github.com/karlicoss/hypexport',
|
||||
]
|
||||
from dataclasses import dataclass
|
||||
from datetime import datetime
|
||||
from typing import Optional, Callable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue