mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
95a38461fe
This is the simplest method of preserving the commit history for each file from the salt-cloud repository, although the --follow flag must be given to git log in order to view the full history. This change allows for performing a regular git merge from within the Salt repo without any merge conflicts occuring (since the salt_cloud dir doesn't exist there).
10 lines
219 B
Plaintext
10 lines
219 B
Plaintext
pep8==1.4.5
|
|
flake8==2.0
|
|
|
|
# Salt needs M2Crypto; this should be fixed in there requirements.txt file
|
|
-f http://tarballs.openstack.org/nova/M2Crypto-0.21.2.tar.gz#egg=M2Crypto-0.21.2
|
|
M2Crypto>=0.21.2
|
|
|
|
# OpenStack
|
|
netaddr
|