Skip to content

Commit 7ab887e

Browse files
committed
[update] 🐍 update requirements.txt
1 parent f81b764 commit 7ab887e

File tree

3 files changed

+22
-9
lines changed

3 files changed

+22
-9
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ python:
44
- "3.5"
55
- "3.6"
66
- "3.7"
7+
- "3.8"
8+
- "3.9"
9+
- "3.10"
710
os:
811
- linux
912
install:
1013
- pip install -r requirements.txt
1114

12-
script: python test.py
15+
script: python test.py

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@ ProxyPool 爬虫代理IP池
2323

2424
* 文档: [document](https://proxy-pool.readthedocs.io/zh/latest/) [![Documentation Status](https://readthedocs.org/projects/proxy-pool/badge/?version=latest)](https://proxy-pool.readthedocs.io/zh/latest/?badge=latest)
2525

26-
* 支持版本: ![](https://img.shields.io/badge/Python-2.x-green.svg) ![](https://img.shields.io/badge/Python-3.x-blue.svg)
26+
* 支持版本: [![](https://img.shields.io/badge/Python-2.7-green.svg)](https://docs.python.org/2.7/)
27+
[![](https://img.shields.io/badge/Python-3.5-blue.svg)](https://docs.python.org/3.5/)
28+
[![](https://img.shields.io/badge/Python-3.6-blue.svg)](https://docs.python.org/3.6/)
29+
[![](https://img.shields.io/badge/Python-3.7-blue.svg)](https://docs.python.org/3.7/)
30+
[![](https://img.shields.io/badge/Python-3.8-blue.svg)](https://docs.python.org/3.8/)
31+
[![](https://img.shields.io/badge/Python-3.9-blue.svg)](https://docs.python.org/3.9/)
32+
[![](https://img.shields.io/badge/Python-3.10-blue.svg)](https://docs.python.org/3.10/)
2733

2834
* 测试地址: http://demo.spiderpy.cn (勿压谢谢)
2935

30-
* 付费代理推荐: [luminati-china](https://brightdata.grsm.io/proxyPool). 国外的亮数据BrightData(以前叫luminati)被认为是代理市场领导者,覆盖全球的7200万IP,大部分是真人住宅IP,成功率扛扛的。付费套餐多种,需要高质量代理IP的可以注册后联系中文客服,开通后有5美金赠送和教程指引(PS:用不明白的同学可以参考这个[使用教程](https://www.cnblogs.com/jhao/p/15611785.html))。
36+
* 付费代理推荐: [luminati-china](https://brightdata.grsm.io/proxyPool). 国外的亮数据BrightData(以前叫luminati)被认为是代理市场领导者,覆盖全球的7200万IP,大部分是真人住宅IP,成功率扛扛的。付费套餐多种,需要高质量代理IP的可以注册后联系中文客服,开通后赠送5美金余额和教程指引(PS:用不明白的同学可以参考这个[使用教程](https://www.cnblogs.com/jhao/p/15611785.html))。
3137

3238

3339
### 运行项目

requirements.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
APScheduler==3.2.0
2-
werkzeug==0.15.5
3-
Flask==2.2.2
41
requests==2.20.0
5-
click==7.0
62
gunicorn==19.9.0
7-
lxml
8-
redis
3+
lxml==4.9.2
4+
redis==3.5.3
5+
APScheduler==3.10.0;python_version>="3.10"
6+
APScheduler==3.2.0;python_version<"3.10"
7+
click==8.0.1;python_version>"3.6"
8+
click==7.0;python_version<="3.6"
9+
Flask==2.1.1;python_version>"3.6"
10+
Flask==1.0;python_version<="3.6"
11+
werkzeug==2.1.0;python_version>"3.6"
12+
werkzeug==0.15.5;python_version<="3.6"

0 commit comments

Comments
 (0)