File: requirements.txt

package info (click to toggle)
python-parsl 2026.02.09%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 12,144 kB
  • sloc: python: 24,446; makefile: 352; sh: 252; ansic: 45
file content (17 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pyzmq>=17.1.2

# typeguard uses semantic versioning.
# major v3 was a shortlived version that was rapidly replaced by major v4,
# so this specification excludes it.
# v2 and v4 are both seen in the wild with users in complex deployments.
typeguard>=2.10,!=3.*,<5


typing-extensions>=4.6,<5
dill
tblib
requests
sortedcontainers
psutil>=5.5.1
setproctitle
filelock>=3.13,<4