mirror of
https://github.com/harry0703/MoneyPrinterTurbo.git
synced 2025-11-25 03:15:04 +08:00
chore: remove PDM files and changelog script
This commit is contained in:
@@ -1 +0,0 @@
|
||||
./MoneyPrinterTurbo/.venv/bin/python
|
||||
17
changelog.py
17
changelog.py
@@ -1,17 +0,0 @@
|
||||
from git_changelog.cli import build_and_render
|
||||
|
||||
# 运行这段脚本自动生成CHANGELOG.md文件
|
||||
|
||||
build_and_render(
|
||||
repository=".",
|
||||
output="CHANGELOG.md",
|
||||
convention="angular",
|
||||
provider="github",
|
||||
template="keepachangelog",
|
||||
parse_trailers=True,
|
||||
parse_refs=False,
|
||||
sections=["build", "deps", "feat", "fix", "refactor"],
|
||||
versioning="pep440",
|
||||
bump="1.1.2", # 指定bump版本
|
||||
in_place=True,
|
||||
)
|
||||
@@ -1,32 +0,0 @@
|
||||
[project]
|
||||
name = "MoneyPrinterTurbo"
|
||||
version = "1.2.3"
|
||||
description = "Default template for PDM package"
|
||||
authors = [
|
||||
{name = "yyhhyyyyyy", email = "yyhhyyyyyy8@gmail.com"},
|
||||
]
|
||||
dependencies = [
|
||||
"moviepy==2.1.1",
|
||||
"streamlit==1.40.2",
|
||||
"edge-tts==6.1.19",
|
||||
"fastapi==0.115.6",
|
||||
"uvicorn==0.32.1",
|
||||
"openai==1.56.1",
|
||||
"faster-whisper==1.1.0",
|
||||
"loguru==0.7.2",
|
||||
"google-generativeai==0.8.3",
|
||||
"dashscope==1.20.14",
|
||||
"g4f==0.3.8.1",
|
||||
"azure-cognitiveservices-speech==1.41.1",
|
||||
"redis==5.2.0",
|
||||
"python-multipart==0.0.19",
|
||||
"streamlit-authenticator==0.4.1",
|
||||
"pyyaml",
|
||||
]
|
||||
requires-python = "==3.11.*"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
|
||||
|
||||
[tool.pdm]
|
||||
distribution = false
|
||||
Reference in New Issue
Block a user