Skip to content

Commit be0a15a

Browse files
authored
Merge pull request #1646 from mattoberle/patch-1
excludes requests 2.18.0 from compatible versions
2 parents d643a3b + ae1f596 commit be0a15a

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
@@ -20,7 +20,7 @@
2020
SOURCE_DIR = os.path.join(ROOT_DIR)
2121

2222
requirements = [
23-
'requests >= 2.5.2, != 2.11.0, != 2.12.2',
23+
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
2424
'six >= 1.4.0',
2525
'websocket-client >= 0.32.0',
2626
'docker-pycreds >= 0.2.1'

0 commit comments

Comments
 (0)