Skip to content

Commit 8835dff

Browse files
committed
Fix attrs version for backward compatibility
1 parent fe11119 commit 8835dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def get_long_description():
5555
install_requires=[
5656
'six',
5757
'python-decouple',
58-
'attrs',
58+
'attrs>=16.3.0,<17.3.0',
5959
'xmltodict',
6060
'requests',
6161
'future',

0 commit comments

Comments
 (0)