Skip to content
Snippets Groups Projects
Commit c1375ac5 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Merge branch 'fix/requirements' into 'master'

Fix: requirements

See merge request detectors/pycalibration!225
parents faabaf37 19f3513a
No related branches found
No related tags found
1 merge request!225Fix: requirements
...@@ -19,5 +19,10 @@ jupyter ...@@ -19,5 +19,10 @@ jupyter
jupyter_console jupyter_console
metadata_client metadata_client
sphinx == 1.8.5 sphinx == 1.8.5
dill
pyyaml
ipyparallel
iminuit
python-dateutil
./cal_tools ./cal_tools
. .
...@@ -42,6 +42,7 @@ data_files = [] ...@@ -42,6 +42,7 @@ data_files = []
for ctypes in notebooks.values(): for ctypes in notebooks.values():
for nb in ctypes.values(): for nb in ctypes.values():
data_files.append(nb["notebook"]) data_files.append(nb["notebook"])
data_files += nb.get("dep_notebooks", [])
setup( setup(
name='European XFEL Offline Calibration', name='European XFEL Offline Calibration',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment