File tree 3 files changed +13
-12
lines changed
3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
Welcome to Qualisys SDK for Python's documentation!
2
2
===================================================
3
3
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
5
5
6
6
**NOTE: ** Version 2.0.0 introduces breaking changes. :ref: `More info...<deprecated_version> `
7
7
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 1
1
from setuptools import setup
2
2
3
- version = "2.1.1 "
3
+ version = "2.1.2 "
4
4
5
5
setup (
6
6
name = "qtm" ,
7
7
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\" ." ,
9
10
url = "https://github.com/qualisys/qualisys_python_sdk" ,
10
11
download_url = "https://github.com/qualisys/qualisys_python_sdk/tarball/{}" .format (
11
12
version
You can’t perform that action at this time.
0 commit comments