diff options
author | Brent Baude <bbaude@redhat.com> | 2018-06-20 12:46:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-20 12:46:22 -0500 |
commit | 6804fde57397d4c95f90c28dfaa5ae3dc29a5839 (patch) | |
tree | e8b24dbf046ba01dc12e533921cf62e4f7b112bd /contrib/python/requirements.txt | |
parent | da29c52c1523b955442308a3d01560fe2c6baad5 (diff) | |
parent | 7ea95a6afa28ab6fc993a26170f15b73946ab39d (diff) | |
download | podman-6804fde57397d4c95f90c28dfaa5ae3dc29a5839.tar.gz podman-6804fde57397d4c95f90c28dfaa5ae3dc29a5839.tar.bz2 podman-6804fde57397d4c95f90c28dfaa5ae3dc29a5839.zip |
Merge pull request #969 from jwhonce/wip/remote
Implement SSH tunnels between client and podman server
Diffstat (limited to 'contrib/python/requirements.txt')
-rw-r--r-- | contrib/python/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/python/requirements.txt b/contrib/python/requirements.txt index 368a095b2..d294af3c7 100644 --- a/contrib/python/requirements.txt +++ b/contrib/python/requirements.txt @@ -1,3 +1,3 @@ -varlink>=25 -setuptools -dateutil +varlink>=26.1.0 +setuptools>=39.2.0 +python-dateutil>=2.7.3 |