Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
extractor
Commits
593bc11d
Commit
593bc11d
authored
Mar 07, 2016
by
jkvis
Browse files
Merge pull request #13 from mutalyzer/biopython-no-version
Don't require a specific BioPython version
parents
353d910f
5cd35674
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
593bc11d
...
...
@@ -79,5 +79,5 @@ setup(
'Topic :: Scientific/Engineering'
,
],
keywords
=
'bioinformatics'
,
install_requires
=
[
'biopython
==1.65
'
]
install_requires
=
[
'biopython'
]
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment