mirror of
https://github.com/kennethreitz/kennethreitz.org.git
synced 2026-06-05 22:50:17 +00:00
22 lines
381 B
TOML
22 lines
381 B
TOML
[project]
|
|
name = "kennethreitz-org"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"pydantic",
|
|
"fastapi[standard]",
|
|
"uvicorn",
|
|
"mistune",
|
|
"pyyaml",
|
|
"pydantic",
|
|
"fastapi",
|
|
"pygments",
|
|
"boto3",
|
|
"pillow",
|
|
"background",
|
|
"markdown>=3.8",
|
|
"flask>=3.1.1",
|
|
]
|