From f5225f876794e6447a86c9a21368d417913ea64a Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Sat, 3 Oct 2020 07:19:27 -0700 Subject: [PATCH] Added pyparsing to requirements.txt (#324) --- setup/requirements.txt | 1 + setup/requirements_libssl1.0.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/setup/requirements.txt b/setup/requirements.txt index 55e34db81..5623fe2b6 100644 --- a/setup/requirements.txt +++ b/setup/requirements.txt @@ -19,3 +19,4 @@ pefile simplejson bcrypt pycrypto +pyparsing \ No newline at end of file diff --git a/setup/requirements_libssl1.0.txt b/setup/requirements_libssl1.0.txt index bf5b47197..3b3e3c023 100644 --- a/setup/requirements_libssl1.0.txt +++ b/setup/requirements_libssl1.0.txt @@ -19,3 +19,4 @@ pefile pycrypto bcrypt simplejson +pyparsing \ No newline at end of file