Skip to content

Commit

Permalink
added geneblocks dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Zulko committed Jan 17, 2019
1 parent a080665 commit 5b09b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -16,5 +16,6 @@
keywords="DNA assembly overhangs constraint-programming synthetic-biology",
packages= find_packages(exclude='docs'),
install_requires=['numpy', 'Numberjack', 'Biopython', 'networkx',
'proglog', 'dna_features_viewer', 'tqdm', 'dnachisel']
'proglog', 'dna_features_viewer', 'tqdm', 'dnachisel',
'geneblocks']
)

0 comments on commit 5b09b45

Please sign in to comment.