We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5b9b48 commit 33d80c1Copy full SHA for 33d80c1
pyproject.toml
@@ -34,6 +34,7 @@ table-meta = "^0.1.5"
34
pytest = "^7.4"
35
pytest-cov = "^4.1"
36
tox = "^4.0"
37
+sqlalchemy = "^2.0"
38
39
[tool.poetry.scripts]
40
omm = 'omymodels.cli:main'
tox.ini
@@ -11,6 +11,7 @@ deps =
11
py-models-parser>=1.0.0
12
pydantic>=1.8.2,<3.0.0
13
table-meta>=0.1.5
14
+ sqlalchemy>=2.0
15
commands =
16
pytest tests/ -vv --cov=omymodels --cov-report=term-missing {posargs}
17
0 commit comments