File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Welcome to Qualisys SDK for Python's documentation!
22===================================================
33
4- This document describes the Qualisys SDK for Python version 2.1.1
4+ This document describes the Qualisys SDK for Python version 2.1.2
55
66**NOTE: ** Version 2.0.0 introduces breaking changes. :ref: `More info...<deprecated_version> `
77
Original file line number Diff line number Diff line change 1- black == 18.6b4
2- pylint == 2.1.1
3- pytest == 3.8.0
4- pytest-asyncio == 0.9 .0
5- pytest-mock == 1 .10.0
6- rope == 0.11 .0
7- sphinx == 1.8 .0
8- sphinxcontrib-asyncio == 0.2 .0
9- lxml == 4.9.1
1+ black == 23.3.0
2+ pylint == 2.17.4
3+ pytest == 7.3.1
4+ pytest-asyncio == 0.21 .0
5+ pytest-mock == 3 .10.0
6+ rope == 1.8 .0
7+ sphinx == 5.3 .0
8+ sphinxcontrib-asyncio == 0.3 .0
9+ lxml == 4.9.2
Original file line number Diff line number Diff line change 11from setuptools import setup
22
3- version = "2.1.1 "
3+ version = "2.1.2 "
44
55setup (
66 name = "qtm" ,
77 version = version ,
8- description = "QTM Python SDK" ,
8+ description = "DEPRECATED" ,
9+ long_description = "Future versions of this package will go under the name \" qtm-rt\" ." ,
910 url = "https://github.com/qualisys/qualisys_python_sdk" ,
1011 download_url = "https://github.com/qualisys/qualisys_python_sdk/tarball/{}" .format (
1112 version
You can’t perform that action at this time.
0 commit comments