Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ zip_safe = False
include_package_data = True
packages = aakbar
install_requires =
biopython
biopython==1.71
click>=5.0
click_plugins
coverage
matplotlib
numpy
pandas
pyfaidx
pyyaml
click_plugins==1.0.3
coverage==4.5.1
matplotlib==2.2.3
numpy==1.15.1
pandas==0.23.4
pyfaidx==0.5.4.2
pyyaml==3.13

[options.package_data]
* =
Expand Down