First attempt
This commit is contained in:
commit
89677fbeee
22 changed files with 3461 additions and 0 deletions
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[project]
|
||||
name = "hackertours-schedule"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.14.2",
|
||||
"gitpython>=3.1.45",
|
||||
"icalendar>=6.3.2",
|
||||
"ics>=0.7.2",
|
||||
"lxml>=6.0.2",
|
||||
"openpyxl>=3.1.5",
|
||||
"pandas>=2.3.3",
|
||||
"requests>=2.32.5",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue