Merge branch 'master' into development

# Conflicts:
#	.gitignore
#	dev_requirements.txt
This commit is contained in:
Tom Keffer
2025-12-06 06:53:04 -08:00
2 changed files with 12 additions and 8 deletions

View File

@@ -19,6 +19,10 @@
method using vagrant
## Documentation
- tk Write up how to write an extension. Document extra arguments feature.
## Drivers
- mw The `fousb` driver needs to be ported to Python 12. post weewx 5.0 release

View File

@@ -1,10 +1,10 @@
configobj >=5.0
# This is the renamed "Cheetah" package:
ct3 >= 3.1
ephem >= 4.1
configobj>=5.0
CT3>=3.1
ephem>=4.1
mkdocs
mkdocs-material
pillow >= 5.2
pymysql >= 1.0
pyserial >= 3.4
pyusb >= 1.0.2
mkdocs-material-extensions
Pillow>=5.2
PyMySQL[cryptography]
pyserial>=3.4
pyusb>=1.0.2