/
findly_project
/
FindlyAPI
Обзор
Документация
Войти
/
findly_project
/
FindlyAPI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
pyproject.toml
37 строк
729 B
kolo
refactor price filter, now it very clever)
20 июн 2025, 12:00
20 июн 2025, 12:00
0c63bcf
Код
Авторство
О чём код?
[project] name = "findlyapi" version = "1.0.0a0" description = "analyzer of goods on marketplaces for a key request and displays the most relevant results" authors = [ { name = "kolo", email = "kolo.is.main@gmail.com" }, { name = "inlinera" }, ] requires-python = "~=3.11" readme = "README.md" license = "MIT" dependencies = [ "httpx>=0.27.2,<0.28", "aiocache>=0.12.3,<0.13", "fastapi[standard]>=0.115.12", "dishka>=1.6.0", ] [dependency-groups] dev = [ "numpy>=2.3.0", "ruff>=0.6.9,<0.7", "uvicorn>=0.34.2", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] exclude = [ ".idea", "venv", ".git", "poetry.lock", ".__pycache__" ]