add release docs, add docs, finish tests

This commit is contained in:
collerek
2021-03-10 11:39:51 +01:00
parent 8f2704146d
commit 01904580e5
6 changed files with 239 additions and 4 deletions

View File

@ -62,7 +62,8 @@ setup(
"postgresql": ["asyncpg", "psycopg2"],
"mysql": ["aiomysql", "pymysql"],
"sqlite": ["aiosqlite"],
"orjson": ["orjson"]
"orjson": ["orjson"],
"crypto": ["cryptography"]
},
classifiers=[
"Development Status :: 4 - Beta",