Merge branch 'master' of https://git.athemis.de/Athemis/phytopi
This commit is contained in:
commit
b921b0f4f5
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
|
||||
binaryornot==0.4.4
|
||||
certifi==2018.10.15
|
||||
chardet==3.0.4
|
||||
Click==7.0
|
||||
Flask==1.0.2
|
||||
Flask-WTF==0.14.2
|
||||
future==0.16.0
|
||||
idna==2.7
|
||||
ItsDangerous==1.0.0
|
||||
Jinja2==2.10
|
||||
jinja2-time==0.2.0
|
||||
MarkupSafe==1.0
|
||||
poyo==0.4.2
|
||||
python-dateutil==2.7.3
|
||||
requests==2.20.0
|
||||
six==1.11.0
|
||||
urllib3==1.24
|
||||
Werkzeug==0.14.1
|
||||
whichcraft==0.5.2
|
||||
WTForms==2.2.1
|
||||
arrow>=0.12.1
|
||||
binaryornot>=0.4.4
|
||||
certifi>=2018.10.15
|
||||
chardet>=3.0.4
|
||||
Click>=7.0
|
||||
Flask>=1.0.2
|
||||
Flask-WTF>=0.14.2
|
||||
future>=0.16.0
|
||||
idna>=2.7
|
||||
ItsDangerous>=1.1.0
|
||||
Jinja2>=2.10
|
||||
jinja2-time>=0.2.0
|
||||
MarkupSafe>=1.0
|
||||
poyo>=0.4.2
|
||||
python-dateutil>=2.7.3
|
||||
requests>=2.20.0
|
||||
six>=1.11.0
|
||||
urllib3>=1.24
|
||||
Werkzeug>=0.14.1
|
||||
whichcraft>=0.5.2
|
||||
WTForms>=2.2.1
|
||||
|
|
Loading…
Add table
Reference in a new issue