Add tqdm dependency and update project version

This commit is contained in:
mhdzumair
2024-10-12 20:47:34 +05:30
parent f9dad28d07
commit 9d4007c169
2 changed files with 23 additions and 2 deletions
Generated
+21 -1
View File
@@ -566,6 +566,26 @@ files = [
{file = "tomli-2.0.2.tar.gz", hash = "sha256:d46d457a85337051c36524bc5349dd91b1877838e2979ac5ced3e710ed8a60ed"},
]
[[package]]
name = "tqdm"
version = "4.66.5"
description = "Fast, Extensible Progress Meter"
optional = false
python-versions = ">=3.7"
files = [
{file = "tqdm-4.66.5-py3-none-any.whl", hash = "sha256:90279a3770753eafc9194a0364852159802111925aa30eb3f9d85b0e805ac7cd"},
{file = "tqdm-4.66.5.tar.gz", hash = "sha256:e1020aef2e5096702d8a025ac7d16b1577279c9d63f8375b63083e9a5f0fcbad"},
]
[package.dependencies]
colorama = {version = "*", markers = "platform_system == \"Windows\""}
[package.extras]
dev = ["pytest (>=6)", "pytest-cov", "pytest-timeout", "pytest-xdist"]
notebook = ["ipywidgets (>=6)"]
slack = ["slack-sdk"]
telegram = ["requests"]
[[package]]
name = "typing-extensions"
version = "4.12.2"
@@ -610,4 +630,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = ">=3.10"
content-hash = "82b614db25311cde2b5ae15465b537fcb82c4c9cef5817fe45f030d1ea588646"
content-hash = "8f7497d565d81c39251e2413999975dc89af0404f0205a0f2e6b26b5a4d8a8bd"
+2 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mediaflow-proxy"
version = "1.7.4"
version = "1.7.5"
description = "A high-performance proxy server for streaming media, supporting HTTP(S), HLS, and MPEG-DASH with real-time DRM decryption."
authors = ["mhdzumair <mhdzumair@gmail.com>"]
readme = "README.md"
@@ -32,6 +32,7 @@ pydantic-settings = "^2.5.2"
gunicorn = "^23.0.0"
pycryptodome = "^3.20.0"
uvicorn = "^0.31.0"
tqdm = "^4.66.5"
[tool.poetry.group.dev.dependencies]