Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 488331a

Browse files
committed
Remove pydantic
1 parent 4c65dca commit 488331a

File tree

2 files changed

+4
-21
lines changed

2 files changed

+4
-21
lines changed

poetry.lock

Lines changed: 2 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[tool.poetry]
22
name = "twitter_video_tools"
3-
version = "0.1.0"
4-
description = "Twitter Video Tools"
3+
description = "Twitter Video Tools is a multi-processing supported video downloader, supports videos from twitter (or specific user from twitter) && monsnode."
4+
version = "0.1.1"
55
authors = []
66
license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
pydantic = "^1.10.2"
1110
playwright = "^1.27.1"
1211
youtube_dl = "^2021.12.17"
1312
bs4 = "^0.0.1"

0 commit comments

Comments
 (0)