Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Nov 13, 2019
1 parent 665b9ba commit 9068490
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
21 changes: 9 additions & 12 deletions install/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Testing
testfixtures==6.10.0
testfixtures==6.10.1
mock==3.0.5
pytest==5.2.1
pytest==5.2.2
factory_boy==2.12.0
webtest==2.0.33

# Mycodo base
alembic==1.2.1
alembic==1.3.1
argparse==1.4.0
bcrypt==3.1.4 # Note: bcrypt 3.1.6, 3.1.7 causes build errors in Raspbian Jessie (use 3.1.4). Raspbian Buster can use latest.
bcrypt==3.1.7
daemonize==2.5.0
distro==1.4.0
filelock==3.0.12
Expand All @@ -24,20 +24,17 @@ Flask_SQLAlchemy==2.4.1
Flask_SSLify==0.1.5
Flask_WTF==0.14.2
geocoder==1.38.1
gunicorn==19.9.0
gunicorn==20.0.0
influxdb==5.2.3
marshmallow_sqlalchemy==0.19.0 # Required by Flask_Marshmallow to support SQLAlchemy, requires Python >= 3.6 (may be issue w/ Raspbian Jessie/Python 3.5)
pylibftdi==0.17.0
marshmallow_sqlalchemy==0.19.0
pyro5==5.6
pyserial
python-dateutil==2.8.0
python-dateutil==2.8.1
requests
SQLAlchemy==1.3.9
SQLAlchemy==1.3.11
WTForms==2.2.1

# For Raspberry pi devices and Sensors
pylibftdi==0.18.0
RPi.GPIO
smbus2==0.3.0

# For those still running pre-Buster using Python 3.5
python2-secrets==1.0.5
1 change: 0 additions & 1 deletion mycodo/devices/atlas_scientific_ftdi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding=utf-8
import logging
import string
import time

import pylibftdi
Expand Down

0 comments on commit 9068490

Please sign in to comment.