File: ci-dependencies.txt

package info (click to toggle)
python-biopython 1.85%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 126,372 kB
  • sloc: xml: 1,047,995; python: 332,722; ansic: 16,944; sql: 1,208; makefile: 140; sh: 81
file content (29 lines) | stat: -rw-r--r-- 426 bytes parent folder | download
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