poetry lock
This commit is contained in:
@ -185,7 +185,7 @@ events).
|
||||
- Timestamp picker (default to now)
|
||||
- Optional: barcode scanning for food/drinks via CameraX
|
||||
|
||||
* Backlog [0/25] :vrobbler:project:personal:
|
||||
* Backlog [1/26] :vrobbler:project:personal:
|
||||
** TODO [#C] After transition to linux add curl_cffi as webpage scrapper again :webpages:metadata:
|
||||
** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles:
|
||||
:PROPERTIES:
|
||||
@ -714,6 +714,10 @@ at /api/docs/.
|
||||
- Verify schema generates cleanly for all ViewSets
|
||||
- Fix any serializer issues that block schema generation
|
||||
|
||||
** DONE Add open food stats as requirement
|
||||
:PROPERTIES:
|
||||
:ID: c6f47c5a-2c24-9e48-f1e5-edd11be5f36c
|
||||
:END:
|
||||
* Version 62.0 [1/1]
|
||||
** DONE [#B] Add open food facts source for Food and Drink :source:food:drinks:
|
||||
:PROPERTIES:
|
||||
|
||||
45
poetry.lock
generated
45
poetry.lock
generated
@ -3562,6 +3562,28 @@ rsa = ["cryptography (>=3.0.0)"]
|
||||
signals = ["blinker (>=1.4.0)"]
|
||||
signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"]
|
||||
|
||||
[[package]]
|
||||
name = "openfoodfacts"
|
||||
version = "5.3.0"
|
||||
description = "Official Python SDK of Open Food Facts"
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "openfoodfacts-5.3.0-py3-none-any.whl", hash = "sha256:00121bcaf476c1bac15c03ac5eb6c46fc31cd58a6b767eefa95e9e04148eb435"},
|
||||
{file = "openfoodfacts-5.3.0.tar.gz", hash = "sha256:7d62170b390ee33f2f87e82e909642cf17d58e6fd8ba787c8ee70798373dab7b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
pydantic = ">=2.0.0,<3.0.0"
|
||||
requests = ">=2.20.0"
|
||||
tqdm = ">=4.0.0,<5.0.0"
|
||||
|
||||
[package.extras]
|
||||
ml = ["Pillow", "albumentations (>=2.0.0)", "opencv-python-headless (>4.0.0,<5.0.0)", "tritonclient[grpc] (>2.0.0,<3.0.0)"]
|
||||
pillow = ["Pillow (>=9.3,<12.3)"]
|
||||
redis = ["redis[hiredis] (>=7.1.1,<8.1.0)"]
|
||||
|
||||
[[package]]
|
||||
name = "orgparse"
|
||||
version = "0.4.20251020"
|
||||
@ -6007,6 +6029,27 @@ files = [
|
||||
{file = "tomlkit-0.14.0.tar.gz", hash = "sha256:cf00efca415dbd57575befb1f6634c4f42d2d87dbba376128adb42c121b87064"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "tqdm"
|
||||
version = "4.69.0"
|
||||
description = "Fast, Extensible Progress Meter"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "tqdm-4.69.0-py3-none-any.whl", hash = "sha256:9979978912be667a6ef21fd5d8abf54e324e63d82f7f43c360792ebc2bc4e622"},
|
||||
{file = "tqdm-4.69.0.tar.gz", hash = "sha256:700c5e85dcd5f009dd6222588a29180a193a748247a5d855b4d67db93d79a53b"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
colorama = {version = "*", markers = "platform_system == \"Windows\""}
|
||||
|
||||
[package.extras]
|
||||
discord = ["envwrap", "requests"]
|
||||
notebook = ["ipywidgets (>=6)"]
|
||||
slack = ["envwrap", "slack-sdk"]
|
||||
telegram = ["envwrap", "requests"]
|
||||
|
||||
[[package]]
|
||||
name = "trafilatura"
|
||||
version = "1.12.2"
|
||||
@ -6829,4 +6872,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = ">=3.11,<3.15"
|
||||
content-hash = "beac677c269bb8618ca802e5f92f7558391d8d26f1b2150f3c8a6d3417848cb1"
|
||||
content-hash = "fe85397f7562cd1b81cdf7ab6c82ccab64d760310264e95944de9219731c9ee6"
|
||||
|
||||
Reference in New Issue
Block a user