diff options
author | Isis Lovecruft <isis@torproject.org> | 2013-01-31 09:58:28 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2013-01-31 09:58:28 +0000 |
commit | 5e0c912371e73bd3b37b8f1b2d17056178c813b6 (patch) | |
tree | 12a633a5e126801bb4339cab4824da94bf063c72 /pkg | |
parent | cd8beb5798cdab1b3cd700be662e9659cbec8977 (diff) |
Update pip requirements file to include PyYAML.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/mx-requirements.pip | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/mx-requirements.pip b/pkg/mx-requirements.pip index 33b9b54..c809051 100644 --- a/pkg/mx-requirements.pip +++ b/pkg/mx-requirements.pip @@ -1,2 +1,3 @@ Twisted==12.2.0 paisley>=0.3.1 +PyYAML>=3.10 |