Skip to content

Commit

Permalink
Restore synchronous database drivers in test requirements (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Aug 29, 2023
1 parent d653b31 commit 27c1699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -8,8 +8,8 @@ aiosqlite==0.17.0
asyncpg==0.26.0

# Sync database drivers for standard tooling around setup/teardown/migrations.
# psycopg2-binary==2.9.3
# pymysql==1.0.2
psycopg2-binary==2.9.3
pymysql==1.0.2

# Testing
autoflake==1.4
Expand Down

0 comments on commit 27c1699

Please sign in to comment.