Skip to content

Commit

Permalink
pin urllib2, not boto
Browse files Browse the repository at this point in the history
  • Loading branch information
longhotsummer committed Feb 1, 2024
1 parent 3fa9d04 commit c721178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
python_requires='~=3.7',
install_requires=[
'django>=3.2,<4',
'boto3>=1.7,<1.34', # python 3.7 no longer supported
'boto3>=1.7',
'urllib3<2', # botocore doesn't play well with urllib3 2.0+ see https://github.com/boto/botocore/issues/2926
'bluebell-akn>=2.3.0',
'cssutils>=2.3.0',
'django-ckeditor>=5.8',
Expand Down

0 comments on commit c721178

Please sign in to comment.