initial config for multi db tests
This commit is contained in:
@ -1,7 +1,15 @@
|
||||
databases[sqlite]
|
||||
databases[postgresql]
|
||||
databases[mysql]
|
||||
pydantic
|
||||
sqlalchemy
|
||||
|
||||
# Async database drivers
|
||||
aiomysql
|
||||
aiosqlite
|
||||
asyncpg
|
||||
pymysql
|
||||
|
||||
# Testing
|
||||
pytest
|
||||
pytest-cov
|
||||
|
||||
Reference in New Issue
Block a user