mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update futures dependency for python2 only
This commit is contained in:
parent
072cd84c7d
commit
605bfaf7c5
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ Salt should run on any Unix-like platform so long as the dependencies are met.
|
|||
cloud service providers using a unified API
|
||||
* `Requests`_ - HTTP library
|
||||
* `Tornado`_ - Web framework and asynchronous networking library
|
||||
* `futures`_ - Backport of the concurrent.futures package from Python 3.2
|
||||
* `futures`_ - Python2 only dependency. Backport of the concurrent.futures package from Python 3.2
|
||||
|
||||
Depending on the chosen Salt transport, `ZeroMQ`_ or `RAET`_, dependencies
|
||||
vary:
|
||||
|
|
Loading…
Add table
Reference in a new issue