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] [tool.hatch.envs.default]
dependencies = [ dependencies = [
"black",
"ipython", "ipython",
"mypy", "mypy",
"pyflyby", "pyflyby",
"pytest", "pytest",
'alembic',
"pytest-cov", "pytest-cov",
"pytest-mock", "pytest-mock",
"ruff", "ruff",
"black", "alembic",
] ]
[tool.hatch.envs.default.scripts] [tool.hatch.envs.default.scripts]
test = "coverage run -m pytest" test = "coverage run -m pytest"