AS
Size: a a a
AS
💭П
RB
RB
RB
extras_require={
'redis:python_version<"3.7"': ['aioredis>=0.3.3'],
'redis:python_version>="3.7"': ['aioredis>=1.0.0'],
}# A list of all of the optional dependencies, some of which are included in the
# below `extras`. They can be opted into by apps.
psycopg2 = { version = "^2.7", optional = true }
mysqlclient = { version = "^1.3", optional = true }
[tool.poetry.extras]
mysql = ["mysqlclient"]
pgsql = ["psycopg2"]
KK
KK
KK
AS
in
in
KK
💭П
AG
а
AM
RB