Аржейст версии

This commit is contained in:
2026-03-05 12:02:40 +03:00
parent 89c0d21e88
commit 708ed42156
3 changed files with 10 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
__pycache__/

View File

@@ -20,6 +20,14 @@
Правила построения приложений на платформе собраны отдельно в [application_guidelines.md](/Users/alex/Dev_projects_v2/apps/plba/requirements/application_guidelines.md).
## Installation
Установка `plba` через `pip` из git-репозитория:
```bash
pip install "plba @ git+https://git.lesha.spb.ru/alex/plba.git"
```
## Runtime model
1. приложение объявляет `ApplicationModule`

View File

@@ -7,7 +7,7 @@ name = "plba"
version = "0.1.0"
description = "Platform runtime for business applications"
readme = "README.md"
requires-python = ">=3.12"
requires-python = ">=3.11"
dependencies = [
"fastapi>=0.129.0",
"PyMySQL>=1.1",