dockerfile and env var
Add Dockerfile, requirement.txt, and new BUMPER_CERTS env var.
This commit is contained in:
parent
3f44b33a0a
commit
d5db3b696c
3 changed files with 86 additions and 31 deletions
16
requirements.txt
Normal file
16
requirements.txt
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-i https://pypi.python.org/simple
|
||||
aiohttp==4.0.0a0
|
||||
async-timeout==3.0.1
|
||||
attrs==19.1.0
|
||||
chardet==3.0.4
|
||||
docopt==0.6.2
|
||||
hbmqtt==0.9.5
|
||||
idna==2.8
|
||||
multidict==4.5.2
|
||||
passlib==1.7.1
|
||||
pyyaml==5.1.1
|
||||
six==1.12.0
|
||||
tinydb==3.13.0
|
||||
transitions==0.6.9
|
||||
websockets==7.0
|
||||
yarl==1.3.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue