tomo2chin2 commited on
Commit
9cb7667
·
verified ·
1 Parent(s): 0f078bd

Pin Playwright version to match Docker image

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  fastapi>=0.104.0
2
  uvicorn[standard]>=0.24.0
3
- playwright>=1.40.0
4
  python-multipart>=0.0.6
5
  huggingface_hub>=0.19.0
 
1
  fastapi>=0.104.0
2
  uvicorn[standard]>=0.24.0
3
+ playwright==1.40.0
4
  python-multipart>=0.0.6
5
  huggingface_hub>=0.19.0