-e .
certifi==2026.7.22
cffi==1.17.1 ; python_full_version < '3.9' and platform_python_implementation != 'PyPy'
cffi==2.0.0 ; python_full_version == '3.9.*' and platform_python_implementation != 'PyPy'
cffi==2.1.0 ; python_full_version >= '3.10' and platform_python_implementation != 'PyPy'
charset-normalizer==3.4.9
cryptography==47.0.0 ; python_full_version <= '3.9'
cryptography==49.0.0 ; python_full_version > '3.9'
idna==3.15 ; python_full_version < '3.9'
idna==3.18 ; python_full_version >= '3.9'
pycparser==2.23 ; (python_full_version < '3.10' and implementation_name != 'PyPy' and platform_python_implementation != 'PyPy') or (python_full_version < '3.9' and implementation_name == 'PyPy' and platform_python_implementation != 'PyPy')
pycparser==3.0 ; python_full_version >= '3.10' and implementation_name != 'PyPy' and platform_python_implementation != 'PyPy'
pysocks==1.7.1
requests==2.32.4 ; python_full_version < '3.9'
requests==2.32.5 ; python_full_version == '3.9.*'
requests==2.34.2 ; python_full_version >= '3.10'
typing-extensions==4.13.2 ; python_full_version < '3.9'
typing-extensions==4.16.0 ; python_full_version >= '3.9' and python_full_version < '3.11'
urllib3==2.2.3 ; python_full_version < '3.9'
urllib3==2.6.3 ; python_full_version == '3.9.*'
urllib3==2.7.0 ; python_full_version >= '3.10'
