update copier

This commit is contained in:
Waylon Walker 2023-06-10 18:01:36 -05:00
parent dab0697f45
commit d5abc2ec96
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
2 changed files with 5 additions and 2 deletions

View file

@ -2,7 +2,7 @@ from pathlib import Path
import alembic
from alembic.config import Config
from copier import run_auto
import copier
import typer
from learn_sql_model.cli.common import verbose_callback
@ -30,7 +30,7 @@ def create(
),
):
template = Path("templates/model")
run_auto(str(template), ".")
copier.copy(str(template), ".")
@model_app.command()

View file

@ -26,6 +26,9 @@ classifiers = [
dependencies = [
"python-socketio[client]",
"fastapi-socketio",
"psycopg2-binary",
'pygame',
'black',
"anyconfig",
"copier",
"engorgio",