change orjson deps

This commit is contained in:
collerek
2022-02-25 11:42:50 +01:00
parent be7a0ff9c1
commit d15c4c5c6a
3 changed files with 159 additions and 131 deletions

View File

@ -52,7 +52,7 @@ aiosqlite = { version = "^0.17.0", optional = true }
cryptography = { version = ">=35,<37", optional = true }
[tool.poetry.dependencies.orjson]
version = "^3.6.4"
version = ">=3.6.4"
optional = true
python = ">=3.7"
@ -71,7 +71,6 @@ aiomysql = ">=0.0.21,<0.0.23"
aiosqlite = "^0.17.0"
aiopg = "^1.3.3"
asyncpg = ">=0.24,<0.26"
orjson = "*"
# Sync database drivers for standard tooling around setup/teardown/migrations.
psycopg2-binary = "^2.9.1"