Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
30ab022
Update click from 7.0 to 7.1.1
pyup-bot Mar 16, 2020
2f97108
Update importlib-metadata from 1.4.0 to 1.5.0
pyup-bot Mar 16, 2020
cd40872
Update matplotlib from 3.1.2 to 3.2.0
pyup-bot Mar 16, 2020
b5a3ca2
Update mock from 3.0.5 to 4.0.2
pyup-bot Mar 16, 2020
0d38f99
Update more-itertools from 8.1.0 to 8.2.0
pyup-bot Mar 16, 2020
59d934e
Update packaging from 20.1 to 20.3
pyup-bot Mar 16, 2020
ac3baba
Update pandas from 0.25.3 to 1.0.2
pyup-bot Mar 16, 2020
d28f9dc
Update path.py from 12.0.2 to 12.4.0
pyup-bot Mar 16, 2020
289b75e
Update pytest from 5.3.4 to 5.4.1
pyup-bot Mar 16, 2020
ef8163b
Update zipp from 2.1.0 to 3.1.0
pyup-bot Mar 16, 2020
23b2714
Pin biopython to latest version 1.76
pyup-bot Mar 16, 2020
da1e04d
Pin click_plugins to latest version 1.1.1
pyup-bot Mar 16, 2020
15b1af5
Pin colorama to latest version 0.4.3
pyup-bot Mar 16, 2020
7a49ca2
Pin coverage to latest version 5.0.3
pyup-bot Mar 16, 2020
c3e193f
Pin matplotlib to latest version 3.2.0
pyup-bot Mar 16, 2020
af4ebc4
Pin numpy to latest version 1.18.1
pyup-bot Mar 16, 2020
de835af
Pin pandas to latest version 1.0.2
pyup-bot Mar 16, 2020
c21247e
Pin path.py to latest version 12.4.0
pyup-bot Mar 16, 2020
06bd70a
Pin pyfaidx to latest version 0.5.8
pyup-bot Mar 16, 2020
dc54ee6
Pin pyfastaq to latest version 3.17.0
pyup-bot Mar 16, 2020
6051918
Pin pytest to latest version 5.4.1
pyup-bot Mar 16, 2020
0322c70
Pin pytest-shutil to latest version 1.7.0
pyup-bot Mar 16, 2020
d5ce08a
Pin pyyaml to latest version 5.3
pyup-bot Mar 16, 2020
cf74010
Pin seaborn to latest version 0.10.0
pyup-bot Mar 16, 2020
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
20 changes: 10 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ apipkg==1.5 # via pytest-shutil
attrs==19.3.0 # via pytest
biopython==1.76
click-plugins==1.1.1
click==7.0
click==7.1.1
colorama==0.4.3
contextlib2==0.6.0.post1 # via pytest-shutil
coverage==5.0.3
cycler==0.10.0 # via matplotlib
execnet==1.7.1 # via pytest-shutil
importlib-metadata==1.4.0 # via pytest
importlib-metadata==1.5.0 # via pytest
kiwisolver==1.1.0 # via matplotlib
matplotlib==3.1.2
mock==3.0.5 # via pytest-shutil
more-itertools==8.1.0 # via pytest
matplotlib==3.2.0
mock==4.0.2 # via pytest-shutil
more-itertools==8.2.0 # via pytest
numpy==1.18.1
packaging==20.1 # via pytest
pandas==0.25.3
packaging==20.3 # via pytest
pandas==1.0.2
pluggy==0.13.1 # via pytest
py==1.8.1 # via pytest
path.py==12.0.2 # via pytest-shutil
path.py==12.4.0 # via pytest-shutil
pyfaidx==0.5.8
pyfastaq==3.17.0 # via shell scripts
pyparsing==2.4.6 # via matplotlib, pytest
python-dateutil==2.8.1 # via matplotlib, pandas
pytest==5.3.4
pytest==5.4.1
pytest-shutil==1.7.0
pytz==2019.3 # via pandas
pyyaml==5.3
Expand All @@ -32,4 +32,4 @@ seaborn==0.10.0
six==1.14.0 # via pyfaidx, python-dateutil, pytest
termcolor==1.1.0 # via pytest-shutil
wcwidth==0.1.8 # via pytest
zipp==2.1.0 # via pytest
zipp==3.1.0 # via pytest
28 changes: 14 additions & 14 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ zip_safe = False
include_package_data = True
packages = aakbar
install_requires =
biopython
biopython==1.76
click>=5.0
click_plugins
colorama
coverage
matplotlib
numpy
pandas
path.py<=12.0.2
pyfaidx
pyfastaq
pytest
pytest-shutil
pyyaml
seaborn
click_plugins==1.1.1
colorama==0.4.3
coverage==5.0.3
matplotlib==3.2.0
numpy==1.18.1
pandas==1.0.2
path.py==12.4.0
pyfaidx==0.5.8
pyfastaq==3.17.0
pytest==5.4.1
pytest-shutil==1.7.0
pyyaml==5.3
seaborn==0.10.0

[options.package_data]
* =
Expand Down