Skip to content

Commit

Permalink
updated with grayskull
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 29, 2022
1 parent 6036d83 commit 8de6ca8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ build:

requirements:
host:
- python >=3.6
- python >=3.6,<4.0
- pip
run:
- python >=3.6
- python >=3.6,<4.0
- certifi >=2017.4.17
- charset-normalizer >=2.0.0,<2.1
- charset-normalizer >=2,<3
- idna >=2.5,<4
- urllib3 >=1.21.1,<1.27
# https://github.com/psf/requests/blob/da9996fe4dc63356e9467d0a5e10df3d89a8528e/requests/__init__.py#L103-L115
run_constrained:
- chardet >=3.0.2,<5
- chardet >=3.0.2,<6

test:
requires:
Expand Down

0 comments on commit 8de6ca8

Please sign in to comment.