update requirements_pi.txt
This commit is contained in:
parent
b921b0f4f5
commit
5eda44e5f3
1 changed files with 19 additions and 19 deletions
|
@ -1,19 +1,19 @@
|
||||||
alembic==1.0.1
|
alembic>=1.0.1
|
||||||
Click==7.0
|
Click>=7.0
|
||||||
Flask==1.0.2
|
Flask>=1.0.2
|
||||||
Flask-Migrate==2.3.0
|
Flask-Migrate>=2.3.0
|
||||||
Flask-SQLAlchemy==2.3.2
|
Flask-SQLAlchemy>=2.3.2
|
||||||
Flask-WTF==0.14.2
|
Flask-WTF>=0.14.2
|
||||||
itsdangerous==1.1.0
|
itsdangerous>=1.1.0
|
||||||
Jinja2==2.10
|
Jinja2>=2.10
|
||||||
Mako==1.0.7
|
Mako>=1.0.7
|
||||||
MarkupSafe==1.0
|
MarkupSafe>=1.0
|
||||||
picamera==1.13
|
picamera>=1.13
|
||||||
Pillow==5.3.0
|
Pillow>=5.3.0
|
||||||
python-dateutil==2.7.5
|
python-dateutil>=2.7.5
|
||||||
python-editor==1.0.3
|
python-editor>=1.0.3
|
||||||
six==1.11.0
|
six>=1.11.0
|
||||||
SQLAlchemy==1.2.12
|
SQLAlchemy>=1.2.12
|
||||||
Werkzeug==0.14.1
|
Werkzeug>=0.14.1
|
||||||
WTForms==2.2.1
|
WTForms>=2.2.1
|
||||||
zipstream==1.1.4
|
zipstream>=1.1.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue