Skip to content

Commit

Permalink
Merge pull request #54 from ngam/chardet
Browse files Browse the repository at this point in the history
run_constrained: chardet
  • Loading branch information
ocefpaf committed Jun 26, 2022
2 parents 7e3b967 + f06ecf8 commit 5e146c2
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 16 deletions.
9 changes: 8 additions & 1 deletion .scripts/build_steps.sh

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

30 changes: 22 additions & 8 deletions LICENSE.txt

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

19 changes: 13 additions & 6 deletions build-locally.py

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

5 changes: 4 additions & 1 deletion recipe/meta.yaml
Expand Up @@ -11,7 +11,7 @@ source:
sha256: d568723a7ebd25875d8d1eaf5dfa068cd2fc8194b2e483d7b1f7c81918dbec6b

build:
number: 0
number: 1
noarch: python
script: {{ PYTHON }} -m pip install . -vv

Expand All @@ -25,6 +25,9 @@ requirements:
- charset-normalizer >=2.0.0,<2.1
- 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

test:
requires:
Expand Down

0 comments on commit 5e146c2

Please sign in to comment.