mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-05 19:13:24 +08:00
11 lines
242 B
TOML
11 lines
242 B
TOML
version = "6.1.*"
|
|
upstream_repository = "https://github.com/collective/icalendar"
|
|
requires = [
|
|
"types-python-dateutil",
|
|
"types-pytz",
|
|
"backports.zoneinfo; python_version<'3.9'",
|
|
]
|
|
|
|
[tool.stubtest]
|
|
stubtest_requirements = ["pytz"]
|