Skip to content
Snippets Groups Projects
Commit 072c5c7a authored by jkerdreu's avatar jkerdreu
Browse files

Fix cbor2 version to old one


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3070 b32b6428-25c9-4566-ad07-03861ab6144f
parent feea5303
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ from setuptools import setup,find_packages
with open('README.rst') as f:
long_description = f.read()
VERSION = "0.7.001"
VERSION = "0.7.2"
setup(
name='xaal.lib',
......@@ -24,7 +24,7 @@ setup(
packages=find_packages(),
include_package_data=True,
install_requires=[
"cbor2",
"cbor2==5.4.2",
"pysodium",
"configobj",
"coloredlogs",
......
from io import BytesIO
import cbor2
from cbor2 import CBORTag
# from cbor2 import CBORDecoder
from cbor2.decoder import CBORDecoder
from . import bindings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment