File: requirements.txt

package info (click to toggle)
python-pytooling 8.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,752 kB
  • sloc: python: 25,618; makefile: 13
file content (20 lines) | stat: -rw-r--r-- 375 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
-r ../../requirements.txt

# Coverage collection
Coverage ~= 7.13

# Test Runner
pytest ~= 9.0
pytest-cov ~= 7.0

# For performance testing of Node (tree)
anytree ~= 2.13
itertree ~= 1.1
treelib ~= 1.7

# For performance testing of Graph/Vertex (graph)
networkx ~= 3.4
igraph ~= 0.11.0

# For performance testing of LinkedList/Node (linked list)
doubly-py-linked-list ~= 1.1