-
- Downloads
Use MySQL instead of postgres and add compose file
docker-compose.yml
0 → 100644
... | ... | @@ -2,12 +2,12 @@ alembic |
jsonschema | ||
flask | ||
flask-cors | ||
flask-SQLAlchemy | ||
flask-Migrate | ||
psycopg2-binary | ||
PyMySQL | ||
cryptography | ||
SQLAlchemy | ||
pytest | ||
pytest-mock | ||
python-dotenv | ||
sphinx | ||
sphinx-rtd-theme | ||
... | ... | @@ -18,5 +18,4 @@ types-docutils |
types-jsonschema | ||
types-Flask-Cors | ||
types-setuptools | ||
types-sqlalchemy | ||
types-flask_migrate | ||
\ No newline at end of file | ||
types-sqlalchemy | ||
\ No newline at end of file |
Please register or sign in to comment