瀏覽代碼

更新环境配置

dongzhaorui 1 年之前
父節點
當前提交
c54cdeddf4
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      FworkSpider/feapder/setup.py
  2. 1 0
      FworkSpider/requirements.txt

+ 1 - 1
FworkSpider/feapder/setup.py

@@ -39,7 +39,7 @@ requires = [
     "parsel>=1.5.2",
     "PyMySQL>=0.9.3",
     "redis>=2.10.6,<4.0.0",
-    "requests>=2.22.0",
+    "requests>=2.24.0",
     "PySocks==1.7.1",
     "bs4>=0.0.1",
     "ipython>=7.14.0,<=8.12",

+ 1 - 0
FworkSpider/requirements.txt

@@ -15,6 +15,7 @@ PyMySQL==0.9.3
 python-logstash==0.4.8
 redis==3.3.6
 requests==2.24.0
+PySocks==1.7.1
 selenium==3.141.0
 six==1.15.0
 tqdm==4.64.0