We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a78b15 commit e0f39b8Copy full SHA for e0f39b8
1 file changed
sdks/python/setup.py
@@ -616,7 +616,8 @@ def get_portability_package_data():
616
'jinja2>=3.0,<3.2',
617
'virtualenv-clone>=0.5,<1.0',
618
# https://github.com/PiotrDabkowski/Js2Py/issues/317
619
- 'quickjs; python_version < "3.13" or platform_system != "Windows"',
+ 'quickjs; '
620
+ 'python_version < "3.13" or platform_system != "Windows"',
621
'jsonschema>=4.0.0,<5.0.0',
622
] + dataframe_dependency,
623
# Keep the following dependencies in line with what we test against
0 commit comments