add camera daemon (stub); only force minimum module versions
This commit is contained in:
parent
c9251adcb5
commit
ef00f8758f
3 changed files with 21 additions and 21 deletions
0
phytopi/camera_daemon/__init__.py
Normal file
0
phytopi/camera_daemon/__init__.py
Normal file
0
phytopi/camera_daemon/camera_daemon.py
Normal file
0
phytopi/camera_daemon/camera_daemon.py
Normal file
|
@ -1,21 +1,21 @@
|
||||||
arrow==0.12.1
|
arrow>=0.12.1
|
||||||
binaryornot==0.4.4
|
binaryornot>=0.4.4
|
||||||
certifi==2018.10.15
|
certifi>=2018.10.15
|
||||||
chardet==3.0.4
|
chardet>=3.0.4
|
||||||
Click==7.0
|
Click>=7.0
|
||||||
Flask==1.0.2
|
Flask>=1.0.2
|
||||||
Flask-WTF==0.14.2
|
Flask-WTF>=0.14.2
|
||||||
future==0.16.0
|
future>=0.16.0
|
||||||
idna==2.7
|
idna>=2.7
|
||||||
ItsDangerous==1.0.0
|
ItsDangerous>=1.1.0
|
||||||
Jinja2==2.10
|
Jinja2>=2.10
|
||||||
jinja2-time==0.2.0
|
jinja2-time>=0.2.0
|
||||||
MarkupSafe==1.0
|
MarkupSafe>=1.0
|
||||||
poyo==0.4.2
|
poyo>=0.4.2
|
||||||
python-dateutil==2.7.3
|
python-dateutil>=2.7.3
|
||||||
requests==2.20.0
|
requests>=2.20.0
|
||||||
six==1.11.0
|
six>=1.11.0
|
||||||
urllib3==1.24
|
urllib3>=1.24
|
||||||
Werkzeug==0.14.1
|
Werkzeug>=0.14.1
|
||||||
whichcraft==0.5.2
|
whichcraft>=0.5.2
|
||||||
WTForms==2.2.1
|
WTForms>=2.2.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue