Create initial python project structure

This commit is contained in:
2025-01-13 15:58:15 +01:00
parent be660a53fd
commit c54ea796af
3 changed files with 388 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
caldav = "*"
requests = "*"
[dev-packages]
[requires]
python_version = "3.12"