mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
Merge branch 'master' into master
This commit is contained in:
commit
f1ae620847
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM python:2-alpine
|
||||
RUN mkdir /app
|
||||
RUN pip install requests beautifulsoup4
|
||||
RUN pip install requests beautifulsoup4 texttable
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN chmod +x *.py
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
beautifulsoup4>=4.7.0
|
||||
plotly>=3.4.2
|
||||
requests>=2.21.0
|
||||
requests>=2.21.0
|
Loading…
Reference in a new issue