mirror of
https://github.com/weewx/weewx.git
synced 2026-04-19 09:06:58 -04:00
Merge branch 'master' into development
# Conflicts: # .gitignore # dev_requirements.txt
This commit is contained in:
4
TODO.md
4
TODO.md
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user