aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLéo Vansimay2021-04-19 16:49:38 +0200
committerGitHub2021-04-19 16:49:38 +0200
commit3d85388d517ba4ab12dfb7ab563c66d9be74df1c (patch)
tree6a8ea3e523528f8399e5e4f045c431c09720fcfc
parentf5d2eebfe806761f74ac5ac00b8bc74c12ce1de3 (diff)
downloadsec-certs-3d85388d517ba4ab12dfb7ab563c66d9be74df1c.tar.gz
sec-certs-3d85388d517ba4ab12dfb7ab563c66d9be74df1c.tar.zst
sec-certs-3d85388d517ba4ab12dfb7ab563c66d9be74df1c.zip
Update requirements.txt
add wheel requirement in order to build PyPDF2 properly.
-rw-r--r--requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 11ca661e..3236104f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,4 @@
+wheel==0.34.2
beautifulsoup4==4.9.3
certifi==2020.11.8
chardet==3.0.4
@@ -25,4 +26,4 @@ tabulate==0.8.7
tqdm==4.51.0
urllib3==1.25.11
rapidfuzz==1.1.1
-pyyaml \ No newline at end of file
+pyyaml