Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Closed
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@
# pip-compile --output-file requirements.txt setup.py
#
biopython==1.72
click-plugins==1.0.3
click==6.7
click-plugins==1.0.4
click==7.0
coverage==4.5.1
cycler==0.10.0 # via matplotlib
kiwisolver==1.0.1 # via matplotlib
matplotlib==3.0.0
numpy==1.15.2
pandas==0.23.4
pyfaidx==0.5.4.2
pyparsing==2.2.1 # via matplotlib
pyfaidx==0.5.5.1
pyparsing==2.2.2 # via matplotlib
python-dateutil==2.7.3 # via matplotlib, pandas
pytz==2018.5 # via matplotlib, pandas
pyyaml==3.13
Expand Down
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.72
click>=5.0
click_plugins
coverage
matplotlib
numpy
pandas
pyfaidx
pyyaml
click_plugins==1.0.4
coverage==4.5.1
matplotlib==3.0.0
numpy==1.15.2
pandas==0.23.4
pyfaidx==0.5.5.1
pyyaml==3.13

[options.package_data]
* =
Expand Down