We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f2194 commit d8fa05fCopy full SHA for d8fa05f
1 file changed
pyproject.toml
@@ -6,15 +6,15 @@ authors = ["2jun0 <soo28819@gmail.com>"]
6
readme = "README.md"
7
8
[tool.poetry.dependencies]
9
-python = "^3.8"
+python = "^3.7"
10
sqlmodel = "^0.0.16"
11
sqlalchemy = "^2.0.29"
12
greenlet = "^3.0.3"
13
14
[tool.poetry.group.dev.dependencies]
15
pytest = "^8.1.1"
16
-pytest-asyncio = "^0.23.6"
17
-aiosqlite = "^0.20.0"
+pytest-asyncio = "0.21.1"
+aiosqlite = "0.19.0"
18
19
[build-system]
20
requires = ["poetry-core"]
0 commit comments