Skip to content

Commit f7b6bc2

Browse files
Merge pull request #25 from developersociety/psycopg2binary
Version bump and postgres binary
2 parents 10b1edb + 0f7ccea commit f7b6bc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='django-maskpostgresdata',
88
packages=find_packages(),
9-
version='0.1.9',
9+
version='0.1.10',
1010
description=(
1111
'Creates a pg_dumpish output which masks data without saving changes to the source '
1212
'database.'
@@ -18,5 +18,5 @@
1818
author_email='hello@dev.ngo',
1919
license='BSD',
2020
zip_safe=False,
21-
install_requires=['django>=1.8', 'psycopg2']
21+
install_requires=['django>=1.8', 'psycopg2-binary']
2222
)

0 commit comments

Comments
 (0)