From d9371b24163e588c14ca2918a5868a3cc9ad3045 Mon Sep 17 00:00:00 2001 From: Carl George Date: Feb 24 2021 16:35:23 +0000 Subject: Update requirements This file is ready by setup.py, and in turn used to determine the automatic requirements for the RPM package. There are existing imports for pycurl, OpenSSL, and six, but I can't find any imports for rpm. --- diff --git a/requirements.txt b/requirements.txt index 9d3d234..076daeb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ +pycurl +pyOpenSSL rpkg -rpm +six