We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af93b4 commit c1fd90aCopy full SHA for c1fd90a
setup.py
@@ -32,6 +32,6 @@
32
],
33
keywords='bioinfomratics parts synthetic biology loop assembly',
34
packages=find_packages(),
35
- install_requires=['sqlalchemy', 'partsdb', 'biopython', 'psycopg2'],
+ install_requires=['sqlalchemy', 'partsdb', 'biopython', 'psycopg2-binary'],
36
)
37
0 commit comments