mirror of
https://github.com/run-llama/llama-hub.git
synced 2025-11-04 19:59:56 +00:00
relax fixed requirements
This commit is contained in:
parent
87dd8721db
commit
b5deccc84d
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
*.egg-info/
|
*.egg-info/
|
||||||
.modules
|
.modules
|
||||||
|
|
||||||
|
**/__pycache__/
|
||||||
@ -1,9 +1,5 @@
|
|||||||
certifi==2022.12.7
|
praw~=7.6
|
||||||
charset-normalizer==3.0.1
|
prawcore~=2.3
|
||||||
idna==3.4
|
requests~=2.28
|
||||||
praw==7.6.1
|
update-checker~=0.18
|
||||||
prawcore==2.3.0
|
websocket-client~=1.5
|
||||||
requests==2.28.2
|
|
||||||
update-checker==0.18.0
|
|
||||||
urllib3==1.26.14
|
|
||||||
websocket-client==1.5.1
|
|
||||||
@ -1,2 +1,2 @@
|
|||||||
tqdm==4.64.1
|
tqdm~=4.64
|
||||||
beautifulsoup4==4.11.2
|
beautifulsoup4~=4.11
|
||||||
@ -1,3 +1,3 @@
|
|||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
requests
|
requests
|
||||||
urllib3
|
urllib3
|
||||||
@ -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