Skip to content

Commit 6e90254

Browse files
opoplawskijezdez
andauthored
Drop pytz requirement, appears to be unused (#5859)
Co-authored-by: Jannis Leidel <jannis@leidel.info>
1 parent da72aa8 commit 6e90254

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ dependencies = [
3636
"packaging",
3737
"pkginfo",
3838
"psutil",
39-
"pytz",
4039
"pyyaml",
4140
"requests",
4241
"evalidate >=2,<3",

recipe/meta.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ requirements:
5252
- py-lief
5353
- python
5454
- python-libarchive-c
55-
- pytz
5655
- pyyaml
5756
- rattler-build
5857
- requests

tests/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ py-lief
2121
pytest-rerunfailures # for handling flaky tests
2222
python >=3.10
2323
python-libarchive-c
24-
pytz
2524
pyyaml
2625
requests
2726
ripgrep # for faster grep

0 commit comments

Comments
 (0)