- 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 | ||
| ... | ... | @@ -19,4 +19,3 @@ types-jsonschema |
| types-Flask-Cors | ||
| types-setuptools | ||
| types-sqlalchemy | ||
| \ No newline at end of file | ||
| types-flask_migrate | ||
| \ No newline at end of file |
Please sign in to comment