Skip to content

Commit 937a5f3

Browse files
committed
Exclude requests==2.12.2 from dependencies
Signed-off-by: Joffrey F <[email protected]>
1 parent 045913b commit 937a5f3

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
@@ -10,7 +10,7 @@
1010
SOURCE_DIR = os.path.join(ROOT_DIR)
1111

1212
requirements = [
13-
'requests >= 2.5.2, != 2.11.0',
13+
'requests >= 2.5.2, != 2.11.0, != 2.12.2',
1414
'six >= 1.4.0',
1515
'websocket-client >= 0.32.0',
1616
'docker-pycreds >= 0.2.1'

0 commit comments

Comments
 (0)