mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
tweaking
This commit is contained in:
parent
b2883b5fff
commit
64fed3d15b
2 changed files with 31 additions and 13 deletions
|
@ -60,7 +60,6 @@ RUN apk -U --no-cache add \
|
|||
# Install glastopf from git
|
||||
git clone --depth=1 https://github.com/mushorg/glastopf.git /opt/glastopf && \
|
||||
cd /opt/glastopf && \
|
||||
cp /root/dist/requirements.txt /opt/glastopf/ && \
|
||||
pip install --no-cache-dir . && \
|
||||
cd / && \
|
||||
rm -rf /opt/glastopf /tmp/* /var/tmp/* && \
|
||||
|
|
43
docker/glastopf/dist/requirements.txt
vendored
43
docker/glastopf/dist/requirements.txt
vendored
|
@ -1,17 +1,36 @@
|
|||
gevent==1.2.2
|
||||
webob==1.2.3
|
||||
pyopenssl==17.2.0
|
||||
asn1crypto==0.24.0
|
||||
BeautifulSoup==3.2.1
|
||||
beautifulsoup4==4.6.1
|
||||
botocore==1.11.3
|
||||
certifi==2018.4.16
|
||||
cffi==1.10.0
|
||||
chardet==3.0.4
|
||||
lxml==4.1.1
|
||||
sqlalchemy==1.1.14
|
||||
jinja2==2.9.6
|
||||
beautifulsoup==3.2.1
|
||||
requests==2.18.4
|
||||
cryptography==2.1.4
|
||||
cssselect==1.0.0
|
||||
pymongo==3.2.2
|
||||
MySQL-python==1.2.5
|
||||
Cython==0.28.2
|
||||
docutils==0.14
|
||||
enum34==1.1.6
|
||||
gevent==1.2.2
|
||||
Glastopf==3.1.3.dev0
|
||||
greenlet==0.4.13
|
||||
hpfeeds==1.0
|
||||
idna==2.6
|
||||
ipaddress==1.0.22
|
||||
Jinja2==2.9.6
|
||||
jmespath==0.9.3
|
||||
libtaxii==1.1.111
|
||||
lxml==4.2.2
|
||||
MarkupSafe==1.0
|
||||
MySQL-python==1.2.5
|
||||
pyasn1==0.4.2
|
||||
pycparser==2.18
|
||||
pylibinjection==0.2.4
|
||||
libtaxii==1.1.110
|
||||
pymongo==3.2.2
|
||||
pyOpenSSL==17.2.0
|
||||
python-dateutil==2.6.1
|
||||
python-logstash==0.4.6
|
||||
botocore==1.9.6
|
||||
requests==2.18.4
|
||||
six==1.11.0
|
||||
SQLAlchemy==1.2.7
|
||||
urllib3==1.22
|
||||
WebOb==1.2.3
|
||||
|
|
Loading…
Reference in a new issue