Skip to content

Commit ad91073

Browse files
committed
Add latest version of ujson
1 parent 808d078 commit ad91073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
install_requires=[
3535
'future>=0.14.0; python_version<"3"',
3636
'futures; python_version<"3.2"',
37-
'ujson<=1.35; platform_system!="Windows"',
37+
'ujson>=2; python_version>"2"',
3838
],
3939

4040
# List additional groups of dependencies here (e.g. development

0 commit comments

Comments
 (0)