fix dev requirements and lock playwright due to failing tests
This commit is contained in:
@@ -1,2 +1,5 @@
|
|||||||
-r requirements.txt
|
-r requirements.txt
|
||||||
pytest
|
pytest
|
||||||
|
pytest-asyncio
|
||||||
|
selenium
|
||||||
|
setuptools
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ lxml~=5.3
|
|||||||
litellm~=1.48
|
litellm~=1.48
|
||||||
numpy>=1.26.0,<3
|
numpy>=1.26.0,<3
|
||||||
pillow~=10.4
|
pillow~=10.4
|
||||||
playwright~=1.47
|
playwright>=1.47,<1.48
|
||||||
python-dotenv~=1.0
|
python-dotenv~=1.0
|
||||||
requests~=2.26
|
requests~=2.26
|
||||||
beautifulsoup4~=4.12
|
beautifulsoup4~=4.12
|
||||||
|
|||||||
Reference in New Issue
Block a user