mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
add types-PyYAML, mypy ignore_missing: +fire
This commit is contained in:
parent
2f3a87f25f
commit
5b4dca0ab9
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"
|
||||
types-python-dateutil = "^2.8.17"
|
||||
types-pytz = ">=2021.3.8"
|
||||
types-PyYAML = "^6.0.8"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
|
||||
@ -46,7 +47,8 @@ build-backend = "poetry.core.masonry.api"
|
||||
module = [
|
||||
'icalendar',
|
||||
'google.*',
|
||||
'googleapiclient'
|
||||
'googleapiclient',
|
||||
'fire'
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user