28 lines
546 B
Plaintext
28 lines
546 B
Plaintext
# Dependências Python - Arcádia Suite
|
|
# Copie este arquivo para requirements.txt no servidor
|
|
# Ou instale manualmente: pip install -r docs/python-requirements.txt
|
|
|
|
# FastAPI e servidor
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
python-multipart>=0.0.6
|
|
|
|
# NF-e / NFC-e (Fisco)
|
|
nfelib>=1.0.0
|
|
lxml>=4.9.0
|
|
signxml>=3.0.0
|
|
|
|
# Banco de dados
|
|
psycopg2-binary>=2.9.0
|
|
sqlalchemy>=2.0.0
|
|
|
|
# Utilitários
|
|
python-dotenv>=1.0.0
|
|
pydantic>=2.0.0
|
|
httpx>=0.26.0
|
|
python-jose[cryptography]>=3.3.0
|
|
passlib[bcrypt]>=1.7.4
|
|
|
|
# OpenAI (opcional - para IA)
|
|
openai>=1.0.0
|