Skip to content

Commit

Permalink
Added installation markers for pycurl (#378)
Browse files Browse the repository at this point in the history
* poetry lock --no-update

* Added installation markers for pycurl
  • Loading branch information
Nusnus authored Aug 11, 2024
1 parent 08c9d6e commit 02d8891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ redis = { version = "*", optional = true }
python-memcached = { version = "*", optional = true }
boto3 = { version = "*", optional = true }
botocore = { version = "*", optional = true }
pycurl = { 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 Down

0 comments on commit 02d8891

Please sign in to comment.