mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Merge pull request #307 from yuvipanda/lower-request
Require requests >= 2.4.3
This commit is contained in:
commit
05e8d0c5bb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -26,7 +26,7 @@ setup(name='bootstrap-vz',
|
|||
'boto >= 2.14.0',
|
||||
'docopt >= 0.6.1',
|
||||
'pyrfc3339 >= 1.0',
|
||||
'requests >= 2.9.1',
|
||||
'requests >= 2.4.3',
|
||||
],
|
||||
license='Apache License, Version 2.0',
|
||||
description='Bootstrap Debian images for virtualized environments',
|
||||
|
|
Loading…
Add table
Reference in a new issue