Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit ec42210

Browse files
author
James Bell
authored
Merge pull request #82 from lemoney/support/dependencies
Fixed psycopg2 binary dependency
2 parents 6cfc480 + 888b66d commit ec42210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='tgt_grease',
7-
version='2.3.4',
7+
version='2.3.5',
88
license="MIT",
99
description='Modern distributed automation engine built with love by Target',
1010
long_description="""
@@ -34,7 +34,7 @@
3434
test_suite='nose.collector',
3535
tests_require=['nose', 'nose-cover3', 'mock'],
3636
install_requires=[
37-
'psycopg2',
37+
'psycopg2-binary',
3838
'requests',
3939
'pymongo',
4040
'psutil',

0 commit comments

Comments
 (0)