diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2020-04-13 18:37:48 -0400 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2020-04-22 10:01:01 -0400 |
commit | 306d0b9e3f035bba1022905f0627b9a2082a886b (patch) | |
tree | fc448dad4960f57a68a8cea11cf633310cfe8d37 /requirements.txt | |
parent | 68298b937a24041098f8c89f42ede6ee2525a7c7 (diff) | |
download | sos-306d0b9e3f035bba1022905f0627b9a2082a886b.tar.gz |
[build] Add pexpect dep and update setuptools
Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 34bc04f9..7ca2e9f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ pycodestyle>=2.4.0 nose>=1.3.7 coverage>=4.0.3 Sphinx>=1.3.5 +pexpect>=4.0.0 |