Merge pull request #215 from mjvankampen/build/flexible-requirements

build: make requirements more flexible
This commit is contained in:
UncleCode
2024-11-03 08:30:06 +01:00
committed by GitHub
2 changed files with 15 additions and 12 deletions

View File

@@ -1,2 +1,5 @@
-r requirements.txt -r requirements.txt
pytest pytest
pytest-asyncio
selenium
setuptools

View File

@@ -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