Flask>=3.0.0
Flask-SQLAlchemy>=3.1.1
blinker>=1.6.0
PyJWT>=2.8.0
requests>=2.31.0
Authlib>=1.3.0
GitPython>=3.1.41
Werkzeug>=3.0.1
python-dotenv>=1.0.0
appmanager-sdk>=0.1.0

[all]
PyMySQL>=1.1.0
cryptography>=41.0.0
psycopg2-binary>=2.9.0

[dev]
pytest>=8.0.0
pytest-cov>=5.0.0
ruff>=0.5.0
build>=1.1.0
twine>=5.0.0
PyMySQL>=1.1.0

[docs]
mkdocs-material>=9.5.0
mkdocstrings[python]>=0.25.0
pymdown-extensions>=10.7

[mysql]
PyMySQL>=1.1.0
cryptography>=41.0.0

[postgres]
psycopg2-binary>=2.9.0
