swauth/requirements.txt
zhangguoqing da906b14a3 Do not use __builtin__ in python3
__builtin__ does not exist in Python 3, use
six.moves.builtins instead.

Change-Id: I1256f7df641af1085daca1d1ad2c34cb44cda265
closes-bug: #1290234
2016-01-06 01:55:04 +00:00

7 lines
239 B
Plaintext

# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
eventlet>=0.17.4
six>=1.9.0