chore: fix deps

This commit is contained in:
2026-04-29 19:42:44 +03:00
parent 0d8ab05f66
commit 56f257031f
3 changed files with 4 additions and 15 deletions

View File

@@ -23,4 +23,4 @@ RUN python -m patchright install chromium
COPY src /app/src
CMD ["uv", "run", "python", "-m", "src.main"]
CMD ["python", "-m", "src.main"]

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.12"
dependencies = [
"dotenv>=0.9.9",
"python-dotenv>=1.0.0",
"patchright>=1.57.2",
"redis>=7.1.0",
]

15
uv.lock generated
View File

@@ -7,29 +7,18 @@ name = "crypto-parser"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "dotenv" },
{ name = "patchright" },
{ name = "python-dotenv" },
{ name = "redis" },
]
[package.metadata]
requires-dist = [
{ name = "dotenv", specifier = ">=0.9.9" },
{ name = "patchright", specifier = ">=1.57.2" },
{ name = "python-dotenv", specifier = ">=1.0.0" },
{ name = "redis", specifier = ">=7.1.0" },
]
[[package]]
name = "dotenv"
version = "0.9.9"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "python-dotenv" },
]
wheels = [
{ url = "https://files.pythonhosted.org/packages/b2/b7/545d2c10c1fc15e48653c91efde329a790f2eecfbbf2bd16003b5db2bab0/dotenv-0.9.9-py2.py3-none-any.whl", hash = "sha256:29cf74a087b31dafdb5a446b6d7e11cbce8ed2741540e2339c69fbef92c94ce9", size = 1892, upload-time = "2025-02-19T22:15:01.647Z" },
]
[[package]]
name = "greenlet"
version = "3.3.1"