diff --git a/crawlab/requirements.txt b/crawlab/requirements.txt index a54862f2..901a56ca 100644 --- a/crawlab/requirements.txt +++ b/crawlab/requirements.txt @@ -1,35 +1,77 @@ +aiohttp==3.5.4 amqp==2.4.2 aniso8601==6.0.0 +Appium-Python-Client==0.40 APScheduler==3.6.0 +asn1crypto==0.24.0 +async-timeout==3.0.1 attrs==19.1.0 +Automat==0.7.0 Babel==2.6.0 +beautifulsoup4==4.7.1 billiard==3.6.0.0 +bs4==0.0.1 +cachetools==3.1.0 celery==4.3.0 certifi==2019.3.9 +cffi==1.12.3 chardet==3.0.4 Click==7.0 coloredlogs==10.0 +constantly==15.1.0 +cryptography==2.6.1 +cssselect==1.0.3 Flask==1.0.2 +Flask-APScheduler==1.11.0 Flask-Cors==3.0.7 Flask-RESTful==0.3.7 flask-restplus==0.12.1 flower==0.9.3 +gunicorn==19.9.0 +html5lib==1.0.1 humanfriendly==4.18 +hyperlink==19.0.0 idna==2.8 +idna-ssl==1.1.0 +incremental==17.5.0 itsdangerous==1.1.0 Jinja2==2.10 +jsonpickle==1.1 jsonschema==3.0.1 kombu==4.5.0 +lxml==4.3.3 MarkupSafe==1.1.1 mongoengine==0.17.0 +multidict==4.5.2 +parsel==1.5.1 +pyasn1==0.4.5 +pyasn1-modules==0.2.5 +pycparser==2.19 +PyDispatcher==2.0.5 +PyHamcrest==1.9.0 pymongo==3.7.2 +pyOpenSSL==19.0.0 pyrsistent==0.14.11 +python-dateutil==2.8.0 pytz==2018.9 +queuelib==1.5.0 redis==3.2.1 +redisbeat==1.1.4 +reppy==0.4.12 requests==2.21.0 +Scrapy==1.6.0 +selenium==3.141.0 +service-identity==18.1.0 six==1.12.0 +soupsieve==1.9.1 tornado==5.1.1 +Twisted==19.2.0 +typing-extensions==3.7.2 tzlocal==1.5.1 urllib3==1.24.1 vine==1.3.0 +w3lib==1.20.0 +webencodings==0.5.1 Werkzeug==0.15.2 +yarl==1.3.0 +zope.interface==4.6.0 diff --git a/docs/Architecture/App 2.md b/docs/Architecture/App 2.md deleted file mode 100644 index 5d5681fd..00000000 --- a/docs/Architecture/App 2.md +++ /dev/null @@ -1,2 +0,0 @@ -# App - diff --git a/docs/Concept/Deploy 2.md b/docs/Concept/Deploy 2.md deleted file mode 100644 index 12f55ebf..00000000 --- a/docs/Concept/Deploy 2.md +++ /dev/null @@ -1,6 +0,0 @@ -# 部署 - -所有爬虫在运行前需要被部署当相应当节点中。 - -部署时,爬虫会被打包到相应的目录中,方便环境隔离,开发环境的爬虫和生产环境的爬虫需要打包部署来实现隔离。 - diff --git a/docs/Examples/README 2.md b/docs/Examples/README 2.md deleted file mode 100644 index 65afe604..00000000 --- a/docs/Examples/README 2.md +++ /dev/null @@ -1,2 +0,0 @@ -# Examples - diff --git a/docs/QuickStart/Installation 2.md b/docs/QuickStart/Installation 2.md deleted file mode 100644 index 3fce3e1c..00000000 --- a/docs/QuickStart/Installation 2.md +++ /dev/null @@ -1,22 +0,0 @@ -# 安装 - -最快安装Crawlab的方式是克隆一份代码到本地 - -```bash -git clone https://github.com/tikazyq/crawlab -``` - -安装类库 - -```bash -# 安装后台类库 -pip install -r requirements.txt -``` - -```bash -# 安装前台类库 -cd frontend -npm install -``` - - diff --git a/docs/_book/Architecture/App 2.html b/docs/_book/Architecture/App 2.html deleted file mode 100644 index 0123e0e6..00000000 --- a/docs/_book/Architecture/App 2.html +++ /dev/null @@ -1,436 +0,0 @@ - - - -
- - -最快安装Crawlab的方式是克隆一份代码到本地
-git clone https://github.com/tikazyq/crawlab
-
-安装类库
-# 安装后台类库
-pip install -r requirements.txt
-
-# 安装前台类库
-cd frontend
-npm install
-
-
-
-