mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2026-01-21 00:43:45 +00:00
add types-PyYAML, mypy ignore_missing: +fire
This commit is contained in:
1824
poetry.lock
generated
1824
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -33,6 +33,7 @@ black = "^22.3.0"
|
|||||||
mypy = ">=0.960"
|
mypy = ">=0.960"
|
||||||
types-python-dateutil = "^2.8.17"
|
types-python-dateutil = "^2.8.17"
|
||||||
types-pytz = ">=2021.3.8"
|
types-pytz = ">=2021.3.8"
|
||||||
|
types-PyYAML = "^6.0.8"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
|
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
|
||||||
@@ -46,7 +47,8 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
module = [
|
module = [
|
||||||
'icalendar',
|
'icalendar',
|
||||||
'google.*',
|
'google.*',
|
||||||
'googleapiclient'
|
'googleapiclient',
|
||||||
|
'fire'
|
||||||
]
|
]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user