Nikhil Pravin Pise commited on
Commit
2ea0fbc
·
1 Parent(s): 3886644

Remove unused apify dependency to fix Pydantic conflict

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -1
  2. src/utils.py +1 -1
requirements.txt CHANGED
@@ -12,4 +12,4 @@ fastmcp
12
  python-dotenv
13
  gradio>=4.0.0
14
  huggingface_hub<0.23.0
15
- apify
 
12
  python-dotenv
13
  gradio>=4.0.0
14
  huggingface_hub<0.23.0
15
+
src/utils.py CHANGED
@@ -1,4 +1,4 @@
1
- from apify import Actor
2
 
3
  async def block_resources(route):
4
  """
 
1
+
2
 
3
  async def block_resources(route):
4
  """