File: ci-dependencies.txt

package info (click to toggle)
python-biopython 1.86%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128,424 kB
  • sloc: xml: 1,050,354; python: 360,709; ansic: 18,503; sql: 1,208; makefile: 132; sh: 84
file content (29 lines) | stat: -rw-r--r-- 426 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Dependencies for testing and development
# File used by CI workflow

## Building/Packaging
setuptools
wheel

# Style (for RST linting)
# Most style dependencies are handled by pre-commit.
black==22.12.0

## Coverage
coverage

## Testing
numpy!=2.1.0
matplotlib
mmtf-python
#MySQL testing disabled due to #3834:
#mysqlclient
#mysql-connector-python
networkx
igraph>=0.10.0
rdflib
reportlab
scipy

# Static type checking
mypy