diff options
| author | Léo Vansimay | 2021-04-19 16:49:38 +0200 |
|---|---|---|
| committer | GitHub | 2021-04-19 16:49:38 +0200 |
| commit | 3d85388d517ba4ab12dfb7ab563c66d9be74df1c (patch) | |
| tree | 6a8ea3e523528f8399e5e4f045c431c09720fcfc | |
| parent | f5d2eebfe806761f74ac5ac00b8bc74c12ce1de3 (diff) | |
| download | sec-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.txt | 3 |
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 |
