chore(deps): regenerate requirements.txt and add pinned requirements.lock
This commit is contained in:
parent
f2c8e1d7b9
commit
ec9795caa6
3 changed files with 34 additions and 1 deletions
|
|
@ -53,7 +53,6 @@ dependencies = [
|
|||
"prometheus-client>=0.21.0",
|
||||
"opentelemetry-api>=1.29.0",
|
||||
"opentelemetry-sdk>=1.29.0",
|
||||
"opentelemetry-instrumentation-fastapi>=0.50b0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
31
requirements.lock
Normal file
31
requirements.lock
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# SPDX-License-Identifier: MIT
|
||||
# Copyright (c) 2026 Rug Munch Media LLC
|
||||
# Part of Pry — https://git.rugmunch.io/RugMunchMedia/pryscraper
|
||||
# Generated from pyproject.toml; pinned to currently installed versions.
|
||||
|
||||
fastapi==0.128.8
|
||||
uvicorn==0.49.0
|
||||
trafilatura==2.1.0
|
||||
readability-lxml==0.8.4.1
|
||||
lxml==6.1.1
|
||||
httpx==0.28.1
|
||||
markdownify==1.2.3
|
||||
pydantic==2.12.5
|
||||
pydantic-settings==2.14.2
|
||||
playwright==1.60.0
|
||||
redis==8.0.0
|
||||
pypdf==6.14.2
|
||||
python-docx==1.2.0
|
||||
tiktoken==0.12.0
|
||||
pillow==12.2.0
|
||||
click==8.1.8
|
||||
pyyaml==6.0.3
|
||||
pandas==3.0.3
|
||||
anyio==4.14.1
|
||||
croniter==6.2.3
|
||||
structlog==26.1.0
|
||||
sqlalchemy==2.0.50
|
||||
aiosqlite==0.22.1
|
||||
prometheus-client==0.25.0
|
||||
opentelemetry-api==1.37.0
|
||||
opentelemetry-sdk==1.37.0
|
||||
|
|
@ -27,3 +27,6 @@ structlog>=24.0.0
|
|||
sqlalchemy>=2.0.0
|
||||
aiosqlite>=0.19.0
|
||||
alembic>=1.14.0
|
||||
prometheus-client>=0.21.0
|
||||
opentelemetry-api>=1.29.0
|
||||
opentelemetry-sdk>=1.29.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue