We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da72aa8 commit 6e90254Copy full SHA for 6e90254
pyproject.toml
@@ -36,7 +36,6 @@ dependencies = [
36
"packaging",
37
"pkginfo",
38
"psutil",
39
- "pytz",
40
"pyyaml",
41
"requests",
42
"evalidate >=2,<3",
recipe/meta.yaml
@@ -52,7 +52,6 @@ requirements:
52
- py-lief
53
- python
54
- python-libarchive-c
55
- - pytz
56
- pyyaml
57
- rattler-build
58
- requests
tests/requirements.txt
@@ -21,7 +21,6 @@ py-lief
21
pytest-rerunfailures # for handling flaky tests
22
python >=3.10
23
python-libarchive-c
24
-pytz
25
pyyaml
26
requests
27
ripgrep # for faster grep
0 commit comments