Skip to content
Snippets Groups Projects
Commit 1ed16acd authored by jkerdreu's avatar jkerdreu
Browse files

Fix ujson version. new version 3.0 break the current release

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2483 b32b6428-25c9-4566-ad07-03861ab6144f
parent 541ac761
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
"ujson>=1.33",
"ujson==1.35",
"pysodium",
"configobj",
"coloredlogs"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment