Skip to content

Commit

Permalink
PKG #249 add project dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 11, 2024
1 parent 76150fb commit a0b958b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ requires-python = ">=3.8"
keywords = ["NeXus", "HDF5"]
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/?highlight=license
license = {file = "punx/LICENSE.txt"}
dependencies = [
"h5py",
"hdf5plugin",
"lxml",
"numpy",
"PyQt5",
"pyRestTable",
"requests",
]
# https://pypi.org/classifiers/
classifiers = [
"Development Status :: 3 - Alpha",
Expand All @@ -31,10 +40,6 @@ classifiers = [
"License :: Freely Distributable",
"License :: Public Domain",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3",
"Programming Language :: Python",
"Topic :: Scientific/Engineering :: Astronomy",
Expand Down

0 comments on commit a0b958b

Please sign in to comment.