Skip to content

Commit

Permalink
add dependencies back in and run black
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwest-uw committed Aug 8, 2023
1 parent cc1ebca commit e5c54ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ classifiers = [
dynamic = ["version"]
dependencies = [
"ipykernel", # Support for Jupyter notebooks
"astropy",
"astroquery",
"dask",
"tqdm"
]

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
Expand Down Expand Up @@ -58,3 +62,4 @@ line-length = 110

[tool.isort]
profile = "black"
line_length = 110
2 changes: 1 addition & 1 deletion src/koffi_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from .image_metadata import *
from .potential_source import *
from .potential_source import *

0 comments on commit e5c54ee

Please sign in to comment.