forked from wandb/wandb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements_test.txt
More file actions
33 lines (28 loc) · 824 Bytes
/
Copy pathrequirements_test.txt
File metadata and controls
33 lines (28 loc) · 824 Bytes
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
30
31
32
33
pytest~=7.4; python_version < '3.9'
pytest~=8.3; python_version >= '3.9'
pytest-asyncio~=0.21.2; python_version < '3.9'
pytest-asyncio~=0.25.3; python_version >= '3.9'
pytest-cov~=4.1; python_version < '3.9'
pytest-cov~=6.0; python_version >= '3.9'
pytest-xdist~=3.6
pytest-split~=0.10.0
pytest-mock~=3.14
pytest-timeout~=2.3
pytest-flakefinder~=1.1
pytest-memray~=1.7; sys_platform != 'win32'
pyfakefs~=5.7
parameterized~=0.9.0
Faker<35.0.0; python_version < '3.9'
flask~=2.2
fastapi~=0.115.3
httpx~=0.27.0
responses~=0.23.3
uvicorn~=0.32.0
pandas~=2.2; python_version >= '3.11'
numpy~=1.26; python_version >= '3.11'
pandas~=1.3; python_version < '3.11'
numpy~=1.24; python_version < '3.11'
coverage[toml]~=7.6
pyte~=0.8.1 # Terminal emulator for testing interactions with the terminal.
hypothesis
hypothesis-fspaths