improve date handling

This commit is contained in:
collerek
2021-07-06 15:11:26 +02:00
parent 69fffdd2e2
commit cb4e5ea955
9 changed files with 206 additions and 27 deletions

View File

@ -69,7 +69,7 @@ setup(
"typing_extensions>=3.7,<=3.7.4.3",
],
extras_require={
"postgresql": ["asyncpg", "psycopg2"],
"postgresql": ["asyncpg", "psycopg2-binary"],
"mysql": ["aiomysql", "pymysql"],
"sqlite": ["aiosqlite"],
"orjson": ["orjson"],