You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cffi==1.17.1 ; platform_python_implementation != 'PyPy' or os_name == 'nt'
21
+
cffi==1.17.1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
22
22
# via
23
23
# -r test-requirements.in
24
24
# cryptography
25
+
cfgv==3.4.0
26
+
# via pre-commit
25
27
charset-normalizer==3.4.0
26
28
# via requests
27
29
click==8.1.7 ; implementation_name == 'cpython'
28
30
# via black
29
31
codespell==2.3.0
30
32
# via -r test-requirements.in
31
-
colorama==0.4.6 ; (implementation_name != 'cpython' and sys_platform == 'win32') or (platform_system != 'Windows' and sys_platform == 'win32') or (implementation_name == 'cpython' and platform_system == 'Windows')
33
+
colorama==0.4.6 ; (implementation_name == 'cpython' and platform_system == 'Windows') or sys_platform == 'win32'
0 commit comments