arcadiasuite/server/bi/metaset/requirements.txt

24 lines
412 B
Plaintext

# MetaSet BI - Apache Superset Fork
# Dependências compatíveis com apache-superset==4.1.0
apache-superset==4.1.0
gunicorn>=22.0.0
# Database
psycopg2-binary>=2.9.9
SQLAlchemy>=1.4,<2
alembic>=1.13.0
# Security
PyJWT>=2.8.0
# Cache - compatível com apache-superset
redis>=4.6.0,<5.0
# Fix: marshmallow 4+ quebra o superset 4.1.0
marshmallow<4.0.0
marshmallow-sqlalchemy<1.0.0
# Util
python-dotenv>=1.0.0