File: test-requirements.txt

package info (click to toggle)
python-parsl 2025.01.13%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,072 kB
  • sloc: python: 23,817; makefile: 349; sh: 276; ansic: 45
file content (23 lines) | stat: -rw-r--r-- 365 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
flake8==6.1.0
pandas
pytest>=7.4.0,<8
pytest-cov
pytest-random-order
nbsphinx
sphinx_rtd_theme
mypy==1.5.1
types-mock
types-python-dateutil
types-requests
mpi4py

# sqlalchemy is needed for typechecking, so it's here
# as well as at runtime for optional monitoring execution
# (where it's specified in setup.py)
sqlalchemy>=2,<2.1

Sphinx==4.5.0
twine
wheel
isort