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
dbda58b
Update click from 7.0 to 7.1
pyup-bot Mar 9, 2020
40d09b3
Update importlib-metadata from 1.4.0 to 1.5.0
pyup-bot Mar 9, 2020
fb4d4e0
Update matplotlib from 3.1.2 to 3.2.0
pyup-bot Mar 9, 2020
adb50e5
Update mock from 3.0.5 to 4.0.1
pyup-bot Mar 9, 2020
d265248
Update more-itertools from 8.1.0 to 8.2.0
pyup-bot Mar 9, 2020
e2a0613
Update packaging from 20.1 to 20.3
pyup-bot Mar 9, 2020
19e0e4d
Update pandas from 0.25.3 to 1.0.1
pyup-bot Mar 9, 2020
4386b77
Update path.py from 12.0.2 to 12.4.0
pyup-bot Mar 9, 2020
d1fc994
Update pytest from 5.3.4 to 5.3.5
pyup-bot Mar 9, 2020
f2923b9
Update zipp from 2.1.0 to 3.1.0
pyup-bot Mar 9, 2020
eb4f6ce
Pin biopython to latest version 1.76
pyup-bot Mar 9, 2020
bb706ae
Pin click_plugins to latest version 1.1.1
pyup-bot Mar 9, 2020
6d0bddf
Pin colorama to latest version 0.4.3
pyup-bot Mar 9, 2020
8e7ee88
Pin coverage to latest version 5.0.3
pyup-bot Mar 9, 2020
901eb21
Pin matplotlib to latest version 3.2.0
pyup-bot Mar 9, 2020
7ce56c7
Pin numpy to latest version 1.18.1
pyup-bot Mar 9, 2020
a4abbce
Pin pandas to latest version 1.0.1
pyup-bot Mar 9, 2020
c8fade3
Pin path.py to latest version 12.4.0
pyup-bot Mar 9, 2020
78126cf
Pin pyfaidx to latest version 0.5.8
pyup-bot Mar 9, 2020
faae4a0
Pin pyfastaq to latest version 3.17.0
pyup-bot Mar 9, 2020
277279a
Pin pytest to latest version 5.3.5
pyup-bot Mar 9, 2020
791ccee
Pin pytest-shutil to latest version 1.7.0
pyup-bot Mar 9, 2020
04607f9
Pin pyyaml to latest version 5.3
pyup-bot Mar 9, 2020
ee26b27
Pin seaborn to latest version 0.10.0
pyup-bot Mar 9, 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
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.1 # 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.1
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.3.5
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.1
path.py==12.4.0
pyfaidx==0.5.8
pyfastaq==3.17.0
pytest==5.3.5
pytest-shutil==1.7.0
pyyaml==5.3
seaborn==0.10.0

[options.package_data]
* =
Expand Down