From 64fed3d15bd31a30abc87953762d28a34a56cc9d Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 29 Aug 2018 10:54:30 +0000 Subject: [PATCH] tweaking --- docker/glastopf/Dockerfile | 1 - docker/glastopf/dist/requirements.txt | 43 +++++++++++++++++++-------- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/docker/glastopf/Dockerfile b/docker/glastopf/Dockerfile index 5ce67506..632ea69c 100644 --- a/docker/glastopf/Dockerfile +++ b/docker/glastopf/Dockerfile @@ -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/* && \ diff --git a/docker/glastopf/dist/requirements.txt b/docker/glastopf/dist/requirements.txt index 73deae9e..42fda573 100644 --- a/docker/glastopf/dist/requirements.txt +++ b/docker/glastopf/dist/requirements.txt @@ -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