Skip to content

Commit 0b69287

Browse files
committed
Address review comments
1 parent 6025567 commit 0b69287

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ascent/ascent/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def image_sequence(parent_folder, folder_name, path: Path, url, port):
153153
new_folder["_id"],
154154
{
155155
"type": "image-sequence",
156-
"fps": -1,
156+
"fps": 1,
157157
},
158158
)
159159
gc.sendRestRequest(

ascent/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name='ascent',
55
version='0.1.0',
66
py_modules=['ascent'],
7-
install_requires=['click', 'pathlib'],
7+
install_requires=['click', 'pathlib', 'girder_client'],
88
entry_points={
99
'console_scripts': [
1010
'ascent = ascent.cli:ascent'

0 commit comments

Comments
 (0)