mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-31 18:10:50 +01:00
refactor: streamline dependency installation in Docker base image
- Updated the dependencies in the Docker base image installation scripts by removing unnecessary packages and ensuring essential tools are included. - Simplified the Python installation script by refining the list of required libraries, enhancing clarity and reducing potential installation issues. - Modified the requirements.txt to include only necessary packages, improving the efficiency of the Python environment setup.
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
scrapy>=2.9.0
|
||||
pymongo
|
||||
bs4
|
||||
crawlab-sdk>=0.7.0rc1
|
||||
crawlab-demo<=0.1.0
|
||||
scrapy
|
||||
selenium
|
||||
pyopenssl
|
||||
playwright
|
||||
feapder
|
||||
bs4
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user