mirror of
https://github.com/Paillat-dev/viralfactory.git
synced 2026-01-02 09:16:19 +00:00
chore(Deps): pyproject.toml & pdm
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -229,4 +229,7 @@ local/presets.json
|
|||||||
cookies.txt
|
cookies.txt
|
||||||
|
|
||||||
# moviepy temp files
|
# moviepy temp files
|
||||||
finalTEMP_MPY*.*
|
*TEMP_MPY*.*
|
||||||
|
|
||||||
|
# pdm
|
||||||
|
.pdm-python
|
||||||
30
pyproject.toml
Normal file
30
pyproject.toml
Normal 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
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user