We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebaf4a7 commit 0f067b3Copy full SHA for 0f067b3
setup.py
@@ -31,11 +31,9 @@
31
keywords=['Kaggle', 'API'],
32
entry_points={'console_scripts': ['kaggle = kaggle.cli:main']},
33
install_requires=[
34
- # Restriction that urllib3's version is less than 1.23.0 needed to avoid
35
- # requests dependency problem. This restriction will be removed after
36
- # request release later than 2.18.4.
37
- # ref: https://github.com/Kaggle/kaggle-api/pull/49
38
- 'urllib3 >= 1.15, < 1.23.0',
+ # Restriction that urllib3's version is less than 1.25 needed to avoid
+ # requests dependency problem.
+ 'urllib3 >= 1.21.1, < 1.25',
39
'six >= 1.10',
40
'certifi',
41
'python-dateutil',
0 commit comments