Skip to content

Commit

Permalink
Update Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Aug 5, 2023
1 parent ae1b63a commit 1ffec58
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
### Miscellaneous

- Add check for missing measurements/channels when an Input is saved
- Update Python packages


## 8.15.8 (2023-04-06)
Expand Down
32 changes: 16 additions & 16 deletions install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
# Mycodo base
alembic==1.10.2
alembic==1.11.2
argparse==1.4.0
bcrypt==3.2.2
distro==1.8.0
email_validator==1.3.1
filelock==3.10.7
Flask==2.2.3
filelock==3.12.2
Flask==2.3.2
Flask_Accept==0.0.6
Flask_Babel==3.0.1
Flask_Babel==3.1.0
Flask_Compress==1.13
Flask_Limiter==3.3.0
Flask_Limiter==3.3.1
Flask_Login==0.6.2
Flask_Marshmallow==0.14.0
Flask_Marshmallow==0.15.0
#Flask_Profiler==1.8.1 # only use when profiling (uncomment and enable in config.py)
Flask_RESTX==1.1.0 # Flask-Restx 1.0.6 or SQLAlchemy 2.0.3 causes some timeout issue. Investigate later.
Flask_Session==0.4.0
Flask_SQLAlchemy==3.0.3
Flask_Talisman==1.0.0
Flask_Session==0.5.0
Flask_SQLAlchemy==3.0.5
Flask_Talisman==1.1.0
Flask_WTF==1.1.1
geocoder==1.38.1
gunicorn==20.1.0
importlib_metadata==6.1.0
gunicorn==21.2.0
importlib_metadata==6.8.0
influxdb==5.3.1 # Only used for stats. TODO: update to influxdb_client and remove
influxdb_client[ciso]==1.36.1
influxdb_client[ciso]==1.37.0
marshmallow_sqlalchemy==0.29.0
pyro5==5.14
pyserial==3.5
python-dateutil==2.8.2
requests==2.28.2
setuptools==67.6.1
SQLAlchemy==2.0.7
Werkzeug==2.2.3
requests==2.31.0
setuptools==68.0.0
SQLAlchemy==2.0.19
Werkzeug==2.3.6
WTForms==3.0.1

0 comments on commit 1ffec58

Please sign in to comment.