mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Require requests >= 2.4.3
- Is available on debian jessie onwards, makes packaging easier - No particular features that were introduced in newer version of requests seems to be used
This commit is contained in:
parent
042b881a14
commit
d2c7c86150
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