Skip to content

Commit

Permalink
Merge pull request #238 from gdrosos/master
Browse files Browse the repository at this point in the history
Remove Unused Dependency: Future
  • Loading branch information
HadrienG authored Sep 13, 2023
2 parents 0bbb744 + f6d71ad commit 9e75b2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ verify_ssl = true
name = "pypi"

[packages]
future = "*"
numpy = "*"
scipy = "*"
biopython = "*"
Expand Down
7 changes: 0 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

tests_require=['nose'],
install_requires=['numpy', 'scipy', 'biopython>=1.79',
'pysam>=0.15.1', 'future',
'joblib', 'requests'],
'pysam>=0.15.1', 'joblib',
'requests'],
include_package_data=True,

entry_points={
Expand Down

0 comments on commit 9e75b2a

Please sign in to comment.