1
0
Fork 0
mirror of https://github.com/mwalbeck/docker-xmpp-notify.git synced 2025-04-17 11:32:32 +00:00

Update dependencies

This commit is contained in:
Magnus Walbeck 2017-07-04 16:33:05 +02:00
parent 2c627c2640
commit 18fc50e2c5
2 changed files with 8 additions and 14 deletions

View file

@ -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):

View file

@ -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