initial commit
This commit is contained in:
Executable
+20
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "toical"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Your Name",email = "you@example.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"icalendar (>=6.1.3,<7.0.0)",
|
||||
"datetime (>=5.5,<6.0)",
|
||||
"pytz (>=2025.2,<2026.0)",
|
||||
"requests (>=2.32.3,<3.0.0)"
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user