Merge pull request #215 from mjvankampen/build/flexible-requirements
build: make requirements more flexible
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
pytest
|
pytest
|
||||||
|
pytest-asyncio
|
||||||
|
selenium
|
||||||
|
setuptools
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
aiosqlite==0.20.0
|
aiosqlite~=0.20
|
||||||
html2text==2024.2.26
|
html2text~=2024.2
|
||||||
lxml==5.3.0
|
lxml~=5.3
|
||||||
litellm==1.48.0
|
litellm~=1.48
|
||||||
numpy>=1.26.0,<2.1.1
|
numpy>=1.26.0,<3
|
||||||
pillow==10.4.0
|
pillow~=10.4
|
||||||
playwright==1.47.0
|
playwright>=1.47,<1.48
|
||||||
python-dotenv==1.0.1
|
python-dotenv~=1.0
|
||||||
requests>=2.26.0,<2.32.3
|
requests~=2.26
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4~=4.12
|
||||||
playwright_stealth==1.0.6
|
playwright_stealth~=1.0
|
||||||
|
|||||||
Reference in New Issue
Block a user