We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 033930b commit d8b1af5Copy full SHA for d8b1af5
requirements.txt
@@ -1,7 +1,7 @@
1
chrisapp~=2.5.3
2
nose~=1.3.7
3
# pyorthanc
4
-orthanc-api-client~=0.14.4
+orthanc-api-client
5
loguru
6
pftag==1.2.22
7
pflog==1.2.26
setup.py
@@ -6,7 +6,7 @@
setup(
8
name = 'orthanc_push',
9
- version = '1.2.6',
+ version = '1.2.7',
10
description = 'An app to push/upload dicoms to an orthanc server',
11
long_description = readme,
12
author = 'FNNDSC',
0 commit comments