-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
36 lines (33 loc) · 980 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[tool.poetry]
name = "gif_pipeline"
version = "1.0.0"
description = "Telegram application to edit videos and create telegram-gifs, in telegram. Managing gif channels, tags, and checking for duplicates"
authors = ["Joshua Coales <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.10"
Telethon = "^1.33.1"
tqdm = "^4.62.3"
ImageHash = "^4.2.1"
Pillow = "^9"
cryptg = "^0.2.post4"
ffmpy3 = {git = "https://github.com/SpangleLabs/ffmpy3.git", rev = "patch-2"}
requests = "^2.31.0"
async_generator = "^1.10"
python-dateutil = "^2.8.2"
scenedetect = {extras = ["opencv", "progress_bar"], version = "^0.5.6"}
isodate = "^0.6.0"
prometheus-client = "^0.12.0"
tomlkit = "^0.7.2"
asyncpraw = "^7.5.0"
feedparser = "^6.0.8"
bleach = "^4.1.0"
matplotlib = "^3.5.0"
tweepy = "^4.5.0"
Jinja2 = "^3.1.3"
vidhash = "0.2.0"
flask = "^2.3.2"
qreader = "^3.12"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"