Commit Graph

15 Commits

Author SHA1 Message Date
Joseph Hall
f809f91bf5 Change fileclient from urllib2 to requests 2014-04-01 15:18:15 -06:00
Joseph Hall
347a6fbd30 Add minimum version for apache-libcloud 2014-02-18 15:31:50 -07:00
Thomas Martin
7246231151 Update requirements concerning ZMQ version
Commit 60fbb6ffa6 requires ZMQ >= 3.2.0.
PyZMQ should be >= 2.2.0 to fully support ZMQ 3.x.
2013-12-11 15:21:39 +01:00
Pedro Algarvio
8165d69062 Use the CamelCase'd package name. Fixes #8606. 2013-11-18 14:09:40 +00:00
Thomas S Hatch
3ea0d77574 Merge salt-cloud requirements.txt 2013-11-08 14:06:15 -07:00
Mike Place
61398a7246 Add markupsafe to requirements file because it is required for salt-ssh. 2013-10-14 16:22:17 -06:00
Thomas S Hatch
5aa028ce70 Remove timelib from requirements, not a hard dep 2013-07-16 18:12:34 -06:00
Xavier Barbosa
22e1da9148 changed dateutil by timelib saltstack/salt#6088 2013-07-15 11:12:23 +02:00
Xavier Barbosa
00e373b63b added unittests for strftime filter saltstack/salt#6088 2013-07-15 11:12:21 +02:00
Bruno Renié
5d2ed13040 Removed the comment in requirements.txt to get fpm to work 2012-12-04 15:48:52 +01:00
Bruno Renié
d637ecc34f Removed camelcase from the pycrypto requirement as it's not the original package's spelling 2012-07-13 16:36:25 +02:00
Thomas S Hatch
1bd6fd7e38 Add M2Crypto back to the requirement.txt 2012-04-25 02:12:38 -06:00
Monty Taylor
3867ffb3ef Replace M2Crypto RSA with PyCrypto.
M2Crypto has been abandonded upstream, has many outstanding bugs,
and doesn't build unpatched on Fedora. Since the only thing M2Crypto
is being used for in the salt codebase is RSA support, using the PyCrypto
RSA module instead is pretty straight forward. Additionally, the RSA
module uses sign/verify terminology around our use of private encrypting
known tokens for verification purposes rather than private_encrypt and
public_descrypt, which makes reading the intent a little clearer.
2012-04-20 09:30:33 -07:00
Seth House
d06f1f9c26 Added min version to pyzmq 2012-01-24 12:43:16 -07:00
Thomas S Hatch
7b16bc18be take msgpack out of the setup.py 2012-01-20 19:30:57 -07:00