-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
22 lines (22 loc) · 1.54 KB
/
requirements-dev.txt
File metadata and controls
22 lines (22 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
attrs==21.2.0 ; python_version >= "3.7" and python_version < "4.0"
certifi==2021.5.30 ; python_version >= "3.7" and python_version < "4.0"
charset-normalizer==2.0.6 ; python_version >= "3.7" and python_version < "4.0"
colorama==0.4.4 ; python_version >= "3.7" and python_version < "4.0" and sys_platform == "win32"
coverage==5.5 ; python_version >= "3.7" and python_version < "4"
exceptiongroup==1.0.4 ; python_version >= "3.7" and python_version < "3.11"
idna==3.2 ; python_version >= "3.7" and python_version < "4.0"
importlib-metadata==4.8.1 ; python_version >= "3.7" and python_version < "3.8"
iniconfig==1.1.1 ; python_version >= "3.7" and python_version < "4.0"
packaging==21.0 ; python_version >= "3.7" and python_version < "4.0"
pluggy==0.13.1 ; python_version >= "3.7" and python_version < "4.0"
pyparsing==2.4.7 ; python_version >= "3.7" and python_version < "4.0"
pytest-cov==2.12.1 ; python_version >= "3.7" and python_version < "4.0"
pytest-mock==3.6.1 ; python_version >= "3.7" and python_version < "4.0"
pytest==7.2.0 ; python_version >= "3.7" and python_version < "4.0"
requests==2.26.0 ; python_version >= "3.7" and python_version < "4.0"
toml==0.10.2 ; python_version >= "3.7" and python_version < "4.0"
tomli==2.0.1 ; python_version >= "3.7" and python_version < "3.11"
typing-extensions==3.10.0.2 ; python_version >= "3.7" and python_version < "3.8"
urllib3==1.26.6 ; python_version >= "3.7" and python_version < "4"
websocket-client==1.2.1 ; python_version >= "3.7" and python_version < "4.0"
zipp==3.5.0 ; python_version >= "3.7" and python_version < "3.8"