Skip to content

Commit 05f5594

Browse files
remove useless asyncio requirement (#87)
* remove useless asyncio requirement * Update pypgstac/pyproject.toml
1 parent 4b58277 commit 05f5594

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pypgstac/pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ python = ">=3.7"
1515
asyncpg = "^0.22.0"
1616
smart-open = "^4.2.0"
1717
typer = ">=0.4.0"
18-
asyncio = "^3.4.3"
19-
orjson = "^3.5.2"
18+
orjson = ">=3.5.2"
2019
python-dateutil = "^2.8.2"
2120

2221
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)