lark>=1.0

[all]
fastapi>=0.100
uvicorn>=0.20
PySide6>=6.4
requests>=2.25
httpx>=0.23
PyJWT>=2.0
bcrypt>=4.0
python-dotenv>=0.20
loguru>=0.6
Pillow>=9.0
cryptography>=40.0
pydantic>=2.0
python-docx>=0.8
openpyxl>=3.0

[config]
python-dotenv>=0.20

[crypto]
cryptography>=40.0

[data]
pydantic>=2.0

[desktop]
PySide6>=6.4

[http]
requests>=2.25
httpx>=0.23

[image]
Pillow>=9.0

[log]
loguru>=0.6

[office]
python-docx>=0.8
openpyxl>=3.0

[security]
PyJWT>=2.0
bcrypt>=4.0

[web]
fastapi>=0.100
uvicorn>=0.20
