relax fixed requirements

This commit is contained in:
Yichen Yan 2023-03-06 18:05:45 +08:00
parent 87dd8721db
commit b5deccc84d
No known key found for this signature in database
GPG Key ID: 7D30DCE02310AF74
8 changed files with 15 additions and 17 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.egg-info/
.modules
.modules
**/__pycache__/

View File

@ -1,9 +1,5 @@
certifi==2022.12.7
charset-normalizer==3.0.1
idna==3.4
praw==7.6.1
prawcore==2.3.0
requests==2.28.2
update-checker==0.18.0
urllib3==1.26.14
websocket-client==1.5.1
praw~=7.6
prawcore~=2.3
requests~=2.28
update-checker~=0.18
websocket-client~=1.5

View File

@ -1,2 +1,2 @@
tqdm==4.64.1
beautifulsoup4==4.11.2
tqdm~=4.64
beautifulsoup4~=4.11

View File

@ -1,3 +1,3 @@
beautifulsoup4
requests
urllib3
urllib3

View File

@ -1 +1 @@
playwright==1.30.0
playwright~=1.30

View File

@ -1 +1 @@
trafilatura==1.4.1
trafilatura~=1.4

View File

@ -1 +1 @@
wikipedia==1.4.0
wikipedia~=1.4

View File

@ -1 +1 @@
youtube_transcript_api==0.5.0
youtube_transcript_api~=0.5.0