We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10b1edb + 0f7ccea commit f7b6bc2Copy full SHA for f7b6bc2
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='django-maskpostgresdata',
8
packages=find_packages(),
9
- version='0.1.9',
+ version='0.1.10',
10
description=(
11
'Creates a pg_dumpish output which masks data without saving changes to the source '
12
'database.'
@@ -18,5 +18,5 @@
18
author_email='hello@dev.ngo',
19
license='BSD',
20
zip_safe=False,
21
- install_requires=['django>=1.8', 'psycopg2']
+ install_requires=['django>=1.8', 'psycopg2-binary']
22
)
0 commit comments