mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 20:42:11 +00:00
bump tanner to 0.6.0
This commit is contained in:
parent
78adc5a0e1
commit
00e909ea24
2 changed files with 7 additions and 4 deletions
|
@ -8,6 +8,8 @@ RUN apk -U --no-cache add \
|
||||||
build-base \
|
build-base \
|
||||||
git \
|
git \
|
||||||
libcap \
|
libcap \
|
||||||
|
libffi-dev \
|
||||||
|
libressl-dev \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
py3-yarl \
|
py3-yarl \
|
||||||
python3 \
|
python3 \
|
||||||
|
|
9
docker/tanner/tanner/dist/requirements.txt
vendored
9
docker/tanner/tanner/dist/requirements.txt
vendored
|
@ -1,13 +1,14 @@
|
||||||
aiohttp==2.2
|
aiohttp
|
||||||
aiomysql
|
aiomysql
|
||||||
aiohttp_jinja2==0.14.0
|
aiohttp_jinja2==0.14.0
|
||||||
docker<2.6
|
docker<2.6
|
||||||
elizabeth==0.3.27
|
mimesis
|
||||||
yarl<0.11
|
yarl
|
||||||
redis
|
redis
|
||||||
asyncio_redis
|
aioredis
|
||||||
uvloop
|
uvloop
|
||||||
pymongo
|
pymongo
|
||||||
pylibinjection
|
pylibinjection
|
||||||
jinja2
|
jinja2
|
||||||
pycodestyle
|
pycodestyle
|
||||||
|
geoip2
|
||||||
|
|
Loading…
Reference in a new issue