106 lines
2.0 KiB
TOML
106 lines
2.0 KiB
TOML
[build-system]
|
|
requires = ["setuptools>=42", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[project]
|
|
name = "be-my-anchor"
|
|
version = "0.1.0"
|
|
authors = [
|
|
{name="Pengzhan Hao", email="me@pengzhan.dev"},
|
|
]
|
|
description = "Web content to podcast converter"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
classifiers = [
|
|
"Programming Language :: Python :: 3",
|
|
"License :: OSI Approved :: MIT License",
|
|
"Operating System :: OS Independent",
|
|
]
|
|
|
|
[project.dependencies]
|
|
annotated-types==0.7.0
|
|
anyio==4.8.0
|
|
attrs==25.1.0
|
|
beautifulsoup4==4.12.3
|
|
blinker==1.9.0
|
|
cachetools==5.5.1
|
|
certifi==2024.12.14
|
|
chardet==5.2.0
|
|
charset-normalizer==3.4.1
|
|
click==8.1.8
|
|
cssselect==1.2.0
|
|
distro==1.9.0
|
|
feedfinder2==0.0.4
|
|
feedparser==6.0.11
|
|
filelock==3.17.0
|
|
Flask==3.1.0
|
|
google-ai-generativelanguage==0.6.15
|
|
google-api-core==2.24.0
|
|
google-api-python-client==2.159.0
|
|
google-auth==2.38.0
|
|
google-auth-httplib2==0.2.0
|
|
google-cloud-texttospeech==2.24.0
|
|
google-generativeai==0.8.4
|
|
googleapis-common-protos==1.66.0
|
|
greenlet==3.1.1
|
|
grpcio==1.70.0
|
|
grpcio-status==1.70.0
|
|
h11==0.14.0
|
|
html2text==2024.2.26
|
|
httpcore==1.0.7
|
|
httplib2==0.22.0
|
|
httpx==0.28.1
|
|
idna==3.10
|
|
itsdangerous==2.2.0
|
|
jieba3k==0.35.1
|
|
Jinja2==3.1.5
|
|
jiter==0.8.2
|
|
joblib==1.4.2
|
|
lxml==5.3.0
|
|
lxml_html_clean==0.4.1
|
|
MarkupSafe==3.0.2
|
|
newspaper3k==0.2.8
|
|
nltk==3.9.1
|
|
openai==1.60.1
|
|
outcome==1.3.0.post0
|
|
pillow==11.1.0
|
|
pip-chill==1.0.3
|
|
playwright==1.49.1
|
|
proto-plus==1.25.0
|
|
protobuf==5.29.3
|
|
pyasn1==0.6.1
|
|
pyasn1_modules==0.4.1
|
|
pydantic==2.10.6
|
|
pydantic_core==2.27.2
|
|
pyee==12.0.0
|
|
pyfranc==0.2.3
|
|
pyparsing==3.2.1
|
|
PySocks==1.7.1
|
|
python-dateutil==2.9.0.post0
|
|
python-dotenv==1.0.1
|
|
PyYAML==6.0.2
|
|
readability-lxml==0.8.1
|
|
regex==2024.11.6
|
|
requests==2.32.3
|
|
requests-file==2.1.0
|
|
rsa==4.9
|
|
selenium==4.28.1
|
|
sgmllib3k==1.0.0
|
|
six==1.17.0
|
|
sniffio==1.3.1
|
|
sortedcontainers==2.4.0
|
|
soupsieve==2.6
|
|
tinysegmenter==0.3
|
|
tldextract==5.1.3
|
|
tqdm==4.67.1
|
|
trio==0.28.0
|
|
trio-websocket==0.11.1
|
|
typing_extensions==4.12.2
|
|
uritemplate==4.1.1
|
|
urllib3==2.3.0
|
|
websocket-client==1.8.0
|
|
Werkzeug==3.1.3
|
|
wsproto==1.2.0
|
|
|
|
[project.optional-dependencies]
|
|
dev = ["pytest", "black"] |