mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-11-07 13:25:26 +00:00
relax fixed requirements
This commit is contained in:
parent
87dd8721db
commit
b5deccc84d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
*.egg-info/
|
||||
.modules
|
||||
|
||||
**/__pycache__/
|
||||
@ -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
|
||||
@ -1,2 +1,2 @@
|
||||
tqdm==4.64.1
|
||||
beautifulsoup4==4.11.2
|
||||
tqdm~=4.64
|
||||
beautifulsoup4~=4.11
|
||||
@ -1 +1 @@
|
||||
playwright==1.30.0
|
||||
playwright~=1.30
|
||||
@ -1 +1 @@
|
||||
trafilatura==1.4.1
|
||||
trafilatura~=1.4
|
||||
@ -1 +1 @@
|
||||
wikipedia==1.4.0
|
||||
wikipedia~=1.4
|
||||
@ -1 +1 @@
|
||||
youtube_transcript_api==0.5.0
|
||||
youtube_transcript_api~=0.5.0
|
||||
Loading…
x
Reference in New Issue
Block a user