Skip to content

Commit

Permalink
fix deps (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterburt authored Jan 20, 2024
1 parent 04931b4 commit e9b7a59
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ classifiers = [
"Typing :: Typed",
]
# add your package dependencies here
dependencies = []
dependencies = [
"gemmi",
"pandas",
]

# https://peps.python.org/pep-0621/#dependencies-optional-dependencies
# "extras" (e.g. for `pip install .[test]`)
Expand Down

0 comments on commit e9b7a59

Please sign in to comment.