a | b/requirements.txt | ||
---|---|---|---|
1 | # Core |
||
2 | numpy |
||
3 | pandas |
||
4 | dask[distributed] |
||
5 | networkx |
||
6 | scipy |
||
7 | astropy |
||
8 | |||
9 | # Bioinf |
||
10 | biopython |
||
11 | bioservices |
||
12 | pyfaidx |
||
13 | goatools |
||
14 | obonet |
||
15 | gtfparse |
||
16 | |||
17 | # IO utils |
||
18 | h5py != 3.7.0 |
||
19 | lxml >= 4.9.1 |
||
20 | gunicorn |
||
21 | six |
||
22 | validators |
||
23 | sqlalchemy |
||
24 | filetype |
||
25 | rarfile |
||
26 | filetype |
||
27 | logzero |
||
28 | tqdm |
||
29 | itsdangerous |
||
30 | ruamel.yaml |
||
31 | |||
32 | # Visualizations |
||
33 | bokeh |
||
34 | matplotlib |
||
35 | |||
36 | # Dash |
||
37 | dash |
||
38 | dash-daq |
||
39 | dash-bootstrap-components |
||
40 | flask>=2.2.5 # not directly required, pinned by Snyk to avoid a vulnerability |
||
41 | setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability |