sort deps

This commit is contained in:
Waylon Walker 2023-05-22 08:10:35 -05:00
parent 1fc65d2920
commit 44ada8938d
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -55,15 +55,15 @@ path = "learn_sql_model/__about__.py"
[tool.hatch.envs.default]
dependencies = [
"black",
"ipython",
"mypy",
"pyflyby",
"pytest",
'alembic',
"pytest-cov",
"pytest-mock",
"ruff",
"black",
"alembic",
]
[tool.hatch.envs.default.scripts]
test = "coverage run -m pytest"