mirror of
https://github.com/mwalbeck/docker-xmpp-notify.git
synced 2025-04-17 03:22:33 +00:00
Update dependencies
This commit is contained in:
parent
2c627c2640
commit
18fc50e2c5
2 changed files with 8 additions and 14 deletions
|
@ -23,6 +23,7 @@ base_url = "https://hub.docker.com/v2/repositories"
|
|||
|
||||
client = docker.from_env()
|
||||
|
||||
|
||||
class SendMsg(sleekxmpp.ClientXMPP):
|
||||
|
||||
def __init__(self, jid, password, recipient, message):
|
||||
|
|
|
@ -1,10 +1,3 @@
|
|||
certifi==2017.4.17
|
||||
chardet==3.0.4
|
||||
docker==2.3.0
|
||||
docker-pycreds==0.2.1
|
||||
idna==2.5
|
||||
docker>=2.3.0,<=2.4.2
|
||||
requests==2.18.1
|
||||
six==1.10.0
|
||||
sleekxmpp==1.3.2
|
||||
urllib3==1.21.1
|
||||
websocket-client==0.42.1
|
||||
|
|
Loading…
Add table
Reference in a new issue