-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (30 loc) · 823 Bytes
/
pyproject.toml
File metadata and controls
31 lines (30 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[project]
name = "wordpress-hash-event-api"
version = "1.3.0"
description = "Hash Run API for WordPress Event Manager"
authors = [
{ name = "Ricardo Bartels", email = "ricardo.bartels@telekom.de" }
]
readme = "README.md"
license = "MIT"
license-files = ["LICENSE.txt"]
requires-python = ">=3.13"
dependencies = [
"wheel==0.46.3",
"starlette==0.50.0",
"fastapi==0.128.0",
"pydantic>=2.0",
"pydantic-settings>=2.0",
"uvicorn==0.40.0",
"pytz==2025.2",
"phpserialize==1.3",
"mysql-connector==2.2.9",
"psutil==7.2.2",
"requests==2.32.5",
"icalendar==6.3.2",
"beautifulsoup4==4.14.3",
"packaging==26.0",
]
[project.urls]
Repository = "https://github.com/bb-Ricardo/wordpress-hash-event-api.git"
Issues = "https://github.com/bb-Ricardo/wordpress-hash-event-api/issues"