Skip to content

Commit

Permalink
try latest pycurl release (#7069)
Browse files Browse the repository at this point in the history
* try pycurl latest pypy release

* explicitly define sqs depedencies

* Update sqs.txt

* Update requirements/test-ci-default.txt

* Update requirements/test-ci-default.txt

* Update requirements/extras/sqs.txt

* Update requirements/test-ci-default.txt

* Update requirements/extras/sqs.txt
  • Loading branch information
auvipy committed Jun 7, 2023
1 parent 50d4c0b commit ad3916f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements/extras/sqs.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
boto3>=1.26.143
pycurl>=7.43.0.5; sys_platform != 'win32' and platform_python_implementation=="CPython"
urllib3>=1.26.16
kombu[sqs]>=5.3.0
3 changes: 2 additions & 1 deletion requirements/test-ci-default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
git+https://github.com/celery/kombu.git

# SQS dependencies other than boto
pycurl==7.43.0.5
pycurl>=7.43.0.5; sys_platform != 'win32' and platform_python_implementation=="CPython"

0 comments on commit ad3916f

Please sign in to comment.