Skip to content

Commit 8ac2413

Browse files
committed
Remove dep logging dep
1 parent 11f66ca commit 8ac2413

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ sphinx-autodoc-typehints
44
pymavlink>=2.4.0
55
pyparsing
66
colorlog
7-
logging
87
datetime
98
asyncio
109
uas-messenger>=1.1.0

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
project = "MAVez"
1212
copyright = "2025, The Pennsylvania State University Unmanned Aerial Systems Club"
1313
author = "The Pennsylvania State University Unmanned Aerial Systems Club"
14-
version = "3.5.0"
14+
version = "3.5.1"
1515

1616
# -- General configuration ---------------------------------------------------
1717
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name='MAVez'
7-
version='3.5.0'
7+
version='3.5.1'
88
description='An intuitive MAVLink library for ArduPilot via pymavlink'
99
authors=[
1010
{name='The Pennsylvania State University Unmanned Aerial Systems Club', email='psuuasofficial@gmail.com'}
@@ -16,7 +16,6 @@ dependencies=[
1616
'pyparsing>=3.2.4',
1717
'colorlog>=6.9.0',
1818
'datetime>=5.5',
19-
'logging>=0.4.9.6',
2019
'uas-messenger>=1.1.0',
2120

2221
]

0 commit comments

Comments
 (0)