fix dev requirements and lock playwright due to failing tests

This commit is contained in:
Mark Jan van Kampen
2024-10-30 10:41:37 +01:00
parent df9ee44d42
commit 605a82793b
2 changed files with 5 additions and 2 deletions

View File

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

View File

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