We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66861fd + ea22a4a commit 0f4e0e1Copy full SHA for 0f4e0e1
1 file changed
recipe/recipe.yaml
@@ -3,15 +3,15 @@ schema_version: 1
3
4
context:
5
name: django-health-check
6
- version: 4.2.0
+ version: 4.2.1
7
8
package:
9
name: ${{ name|lower }}
10
version: ${{ version }}
11
12
source:
13
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/django_health_check-${{ version }}.tar.gz
14
- sha256: 0a3e3809f72dacefcad88490e9d2ba81cd47019835a775e42804680f8597fffc
+ sha256: aa05f57d6b01fe502842273aaa944e988b85d1f58e3ea67b6f98c5f9808a530a
15
16
build:
17
number: 0
@@ -29,12 +29,7 @@ requirements:
29
- python >=${{ python_min }},<4.0
30
- django >=5.2
31
- dnspython >=2.0.0
32
- - feedparser
33
- - redis-py
34
- - httpx
35
- - aio-pika
36
- - python-confluent-kafka
37
- - celery
+ - psutil
38
tests:
39
- requirements:
40
run:
0 commit comments