Skip to content

Commit

Permalink
Removed pycurl dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Oct 14, 2024
1 parent a3c5545 commit e26de35
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ redis = { version = "*", optional = true }
python-memcached = { version = "*", optional = true }
boto3 = { version = "*", optional = true }
botocore = { version = "*", optional = true }
pycurl = { version = "*", optional = true, markers = "sys_platform != 'win32' and platform_python_implementation=='CPython'" }
urllib3 = { version = "*", optional = true }
tenacity = ">=9.0.0"
pytest-docker-tools = ">=3.1.3"
Expand All @@ -92,10 +91,10 @@ setuptools = ">=75.1.0"
debugpy = "^1.8.7"

[tool.poetry.extras]
all = ["redis", "python-memcached", "boto3", "botocore", "pycurl", "urllib3"]
all = ["redis", "python-memcached", "boto3", "botocore", "urllib3"]
redis = ["redis"]
memcached = ["python-memcached"]
sqs = ["boto3", "botocore", "pycurl", "urllib3"]
sqs = ["boto3", "botocore", "urllib3"]

[tool.poetry.group.dev]

Expand Down

0 comments on commit e26de35

Please sign in to comment.