-
Notifications
You must be signed in to change notification settings - Fork 3
/
requirements-test.txt
14 lines (14 loc) · 1.11 KB
/
requirements-test.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
atomicwrites==1.4.1 ; python_version >= "3.8" and python_full_version <= "3.13.0" and sys_platform == "win32"
attrs==23.2.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
colorama==0.4.6 ; python_version >= "3.8" and python_full_version <= "3.13.0" and sys_platform == "win32"
coverage[toml]==6.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
iniconfig==2.0.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
numpy==1.24.4 ; python_version >= "3.8" and python_version < "3.12"
numpy==2.0.0 ; python_version >= "3.12" and python_full_version <= "3.13.0"
packaging==24.1 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pluggy==1.5.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
py==1.11.0 ; python_version >= "3.8" and python_full_version <= "3.13.0"
pytest==6.2.5 ; python_version >= "3.8" and python_full_version <= "3.13.0"
rapidfuzz==2.15.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
toml==0.10.2 ; python_version >= "3.8" and python_full_version <= "3.13.0"
tomli==2.0.1 ; python_full_version <= "3.11.0a6" and python_version >= "3.8"