chore(Deps): pyproject.toml & pdm

This commit is contained in:
2024-04-17 15:56:05 +02:00
parent 32ace31ff9
commit 9a2b4236fa
4 changed files with 1985 additions and 21 deletions

5
.gitignore vendored
View File

@@ -229,4 +229,7 @@ local/presets.json
cookies.txt
# moviepy temp files
finalTEMP_MPY*.*
*TEMP_MPY*.*
# pdm
.pdm-python

1951
pdm.lock generated Normal file

File diff suppressed because it is too large Load Diff

30
pyproject.toml Normal file
View File

@@ -0,0 +1,30 @@
[project]
name = "ViralFactory"
version = "0.0.0"
description = "Default template for PDM package"
authors = [
{name = "Paillat", email = "me@paillat.dev"},
]
dependencies = [
"anthropic==0.25.3",
"google-api-python-client==2.48.0",
"google-auth-oauthlib==1.2.0",
"gradio==4.19.2",
"numpy==1.25.2",
"openai==1.13.3",
"orjson==3.9.15",
"python-dotenv==1.0.1",
"PyYAML==6.0.1",
"Requests==2.31.0",
"SQLAlchemy==2.0.28",
"torch==2.2.0",
"whisper-timestamped==1.14.4",
]
requires-python = "==3.10.*"
readme = "README.md"
license = {text = "AGPL-3.0"}
[tool.pdm]
distribution = false

View File

@@ -1,20 +0,0 @@
anthropic==0.25.3
google_api_python_client==2.48.0
google_auth_oauthlib==1.2.0
Google_Images_Search==1.4.6
gradio==4.19.2
httplib2==0.22.0
git+https://github.com/OsaAjani/moviepy.git
openai==1.13.3
orjson==3.9.15
protobuf==4.25.3
python-dotenv==1.0.1
PyYAML==6.0.1
PyYAML==6.0.1
Requests==2.31.0
SQLAlchemy==2.0.28
git+https://github.com/Paillat-dev/tiktok-uploader.git
torch==2.2.0
TTS==0.22.0
TTS==0.22.0
whisper_timestamped==1.14.4