tox: some prep for potentially using uv on CI instead of pip
see https://github.com/karlicoss/HPI/issues/391
This commit is contained in:
parent
3166109f15
commit
75639a3d5e
2 changed files with 51 additions and 37 deletions
10
setup.py
10
setup.py
|
@ -58,6 +58,16 @@ def main() -> None:
|
|||
|
||||
'orjson', # for my.core.serialize and denylist
|
||||
'simplejson', # for my.core.serialize
|
||||
|
||||
##
|
||||
# ideally we'd use --instal-types in mypy
|
||||
# , but looks like it doesn't respect uv venv if it's running in it :(
|
||||
'types-pytz' , # for my.core
|
||||
'types-decorator' , # for my.core.compat
|
||||
'pandas-stubs' , # for my.core.pandas
|
||||
'types-dateparser', # for my.core.query_range
|
||||
'types-simplejson', # for my.core.serialize
|
||||
##
|
||||
],
|
||||
'optional': [
|
||||
# todo document these?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue