Skip to content

Commit 02d8891

Browse files
authored
Added installation markers for pycurl (#378)
* poetry lock --no-update * Added installation markers for pycurl
1 parent 08c9d6e commit 02d8891

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ redis = { version = "*", optional = true }
8080
python-memcached = { version = "*", optional = true }
8181
boto3 = { version = "*", optional = true }
8282
botocore = { version = "*", optional = true }
83-
pycurl = { version = "*", optional = true }
83+
pycurl = { version = "*", optional = true, markers = "sys_platform != 'win32' and platform_python_implementation=='CPython'" }
8484
urllib3 = { version = "*", optional = true }
8585
tenacity = ">=9.0.0"
8686
pytest-docker-tools = ">=3.1.3"

0 commit comments

Comments
 (0)