Support new base images (#571)

* Support new base images

* Update Dockerfile

* Update setup.py
This commit is contained in:
Pascal Vizeli
2018-07-17 23:32:50 +02:00
committed by GitHub
parent 58299a0389
commit 5fbff75da8
2 changed files with 2 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ setup(
'gitpython==2.1.10',
'pytz==2018.4',
'pyudev==0.21.0',
'pycryptodome==3.4.11',
'pycryptodome==3.6.4',
"cpe==1.2.1"
]
)