- Удалены dev зависимости (pytest, black, ruff, mypy, ipython и т.д.) - Оставлены только необходимые для production пакеты - poetry.lock сокращен с 63KB до 4KB - Проект работает нормально (django check passed) Для локальной разработки можно установить нужные инструменты отдельно при необходимости.
122 lines
3.9 KiB
TOML
122 lines
3.9 KiB
TOML
# This file is automatically @generated by Poetry 1.8.0 and should not be changed by hand.
|
|
|
|
[[package]]
|
|
name = "asgiref"
|
|
version = "3.11.1"
|
|
description = "ASGI specs, helper code, and adapters"
|
|
optional = false
|
|
python-versions = ">=3.9"
|
|
files = [
|
|
{file = "asgiref-3.11.1-py3-none-any.whl", hash = "sha256:e8667a091e69529631969fd45dc268fa79b99c92c5fcdda727757e52146ec133"},
|
|
{file = "asgiref-3.11.1.tar.gz", hash = "sha256:5f184dc43b7e763efe848065441eac62229c9f7b0475f41f80e207a114eda4ce"},
|
|
]
|
|
|
|
[package.extras]
|
|
tests = ["mypy (>=1.14.0)", "pytest", "pytest-asyncio"]
|
|
|
|
[[package]]
|
|
name = "django"
|
|
version = "5.2.12"
|
|
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
|
|
optional = false
|
|
python-versions = ">=3.10"
|
|
files = [
|
|
{file = "django-5.2.12-py3-none-any.whl", hash = "sha256:4853482f395c3a151937f6991272540fcbf531464f254a347bf7c89f53c8cff7"},
|
|
{file = "django-5.2.12.tar.gz", hash = "sha256:6b809af7165c73eff5ce1c87fdae75d4da6520d6667f86401ecf55b681eb1eeb"},
|
|
]
|
|
|
|
[package.dependencies]
|
|
asgiref = ">=3.8.1"
|
|
sqlparse = ">=0.3.1"
|
|
tzdata = {version = "*", markers = "sys_platform == \"win32\""}
|
|
|
|
[package.extras]
|
|
argon2 = ["argon2-cffi (>=19.1.0)"]
|
|
bcrypt = ["bcrypt"]
|
|
|
|
[[package]]
|
|
name = "gunicorn"
|
|
version = "21.2.0"
|
|
description = "WSGI HTTP Server for UNIX"
|
|
optional = false
|
|
python-versions = ">=3.5"
|
|
files = [
|
|
{file = "gunicorn-21.2.0-py3-none-any.whl", hash = "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0"},
|
|
{file = "gunicorn-21.2.0.tar.gz", hash = "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033"},
|
|
]
|
|
|
|
[package.dependencies]
|
|
packaging = "*"
|
|
|
|
[package.extras]
|
|
eventlet = ["eventlet (>=0.24.1)"]
|
|
gevent = ["gevent (>=1.4.0)"]
|
|
setproctitle = ["setproctitle"]
|
|
tornado = ["tornado (>=0.2)"]
|
|
|
|
[[package]]
|
|
name = "packaging"
|
|
version = "26.0"
|
|
description = "Core utilities for Python packages"
|
|
optional = false
|
|
python-versions = ">=3.8"
|
|
files = [
|
|
{file = "packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529"},
|
|
{file = "packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "python-dotenv"
|
|
version = "1.2.2"
|
|
description = "Read key-value pairs from a .env file and set them as environment variables"
|
|
optional = false
|
|
python-versions = ">=3.10"
|
|
files = [
|
|
{file = "python_dotenv-1.2.2-py3-none-any.whl", hash = "sha256:1d8214789a24de455a8b8bd8ae6fe3c6b69a5e3d64aa8a8e5d68e694bbcb285a"},
|
|
{file = "python_dotenv-1.2.2.tar.gz", hash = "sha256:2c371a91fbd7ba082c2c1dc1f8bf89ca22564a087c2c287cd9b662adde799cf3"},
|
|
]
|
|
|
|
[package.extras]
|
|
cli = ["click (>=5.0)"]
|
|
|
|
[[package]]
|
|
name = "pytils-safe"
|
|
version = "0.3.2"
|
|
description = "Russian-specific string utils"
|
|
optional = false
|
|
python-versions = "*"
|
|
files = [
|
|
{file = "pytils_safe-0.3.2.tar.gz", hash = "sha256:67edae8897a8e03f422c3e1d01a5dd4c9d11ce3162e97c731640db052442714b"},
|
|
]
|
|
|
|
[[package]]
|
|
name = "sqlparse"
|
|
version = "0.5.5"
|
|
description = "A non-validating SQL parser."
|
|
optional = false
|
|
python-versions = ">=3.8"
|
|
files = [
|
|
{file = "sqlparse-0.5.5-py3-none-any.whl", hash = "sha256:12a08b3bf3eec877c519589833aed092e2444e68240a3577e8e26148acc7b1ba"},
|
|
{file = "sqlparse-0.5.5.tar.gz", hash = "sha256:e20d4a9b0b8585fdf63b10d30066c7c94c5d7a7ec47c889a2d83a3caa93ff28e"},
|
|
]
|
|
|
|
[package.extras]
|
|
dev = ["build"]
|
|
doc = ["sphinx"]
|
|
|
|
[[package]]
|
|
name = "tzdata"
|
|
version = "2025.3"
|
|
description = "Provider of IANA time zone data"
|
|
optional = false
|
|
python-versions = ">=2"
|
|
files = [
|
|
{file = "tzdata-2025.3-py2.py3-none-any.whl", hash = "sha256:06a47e5700f3081aab02b2e513160914ff0694bce9947d6b76ebd6bf57cfc5d1"},
|
|
{file = "tzdata-2025.3.tar.gz", hash = "sha256:de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7"},
|
|
]
|
|
|
|
[metadata]
|
|
lock-version = "2.0"
|
|
python-versions = "^3.12"
|
|
content-hash = "c3fcd5a6c23b12fc2bfbd4980fee2c8f0c517388934470cccfba47a18d7040ec"
|