Skip to content

Commit

Permalink
switched to psycopg2 binary to ease dependency burden
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stefou committed Oct 30, 2021
1 parent eddadc0 commit 64c4194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migreat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = '0.1.11'
__VERSION__ = '0.1.12'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
psycopg2
psycopg2-binary
pydantic
PyYAML
sqlalchemy

0 comments on commit 64c4194

Please sign in to comment.