Skip to content

Commit 21ee604

Browse files
committed
Add dataclasses backport for Python 3.6.
1 parent 2683abb commit 21ee604

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949
python_requires='>=3.6',
5050
install_requires=[
51+
'dataclasses; python_version=="3.6"',
5152
'pydicom>=2.0',
5253
'requests>=2.18',
5354
'retrying>=1.3.3',

0 commit comments

Comments
 (0)