mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-09-02 08:27:33 +00:00
@@ -11,14 +11,13 @@ keywords = ["icalendar", "sync", "google", "calendar"]
|
||||
classifiers = [
|
||||
'License :: OSI Approved :: MIT License',
|
||||
'Operating System :: OS Independent',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: 3.8',
|
||||
'Programming Language :: Python :: 3.9',
|
||||
'Programming Language :: Python :: 3.10',
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
python = "^3.8"
|
||||
google-auth = "2.6.6"
|
||||
google-api-python-client = "2.49.0"
|
||||
icalendar = "4.0.9"
|
||||
@@ -30,6 +29,11 @@ fire = "0.4.0"
|
||||
pytest = "^7.1.2"
|
||||
flake8 = "^4.0.1"
|
||||
black = "^22.3.0"
|
||||
mypy = ">=0.960"
|
||||
types-python-dateutil = "^2.8.17"
|
||||
types-pytz = ">=2021.3.8"
|
||||
types-PyYAML = "^6.0.8"
|
||||
lxml = "^4.9.0"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
sync-ics2gcal = "sync_ics2gcal.sync_calendar:main"
|
||||
@@ -38,3 +42,12 @@ manage-ics2gcal = "sync_ics2gcal.manage_calendars:main"
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[[tool.mypy.overrides]]
|
||||
module = [
|
||||
'icalendar',
|
||||
'google.*',
|
||||
'googleapiclient',
|
||||
'fire'
|
||||
]
|
||||
ignore_missing_imports = true
|
||||
|
Reference in New Issue
Block a user