Updated CloudFlare

This commit is contained in:
2023-07-30 21:04:44 +07:00
parent bd4a32e0ea
commit 1e4424dd76
297 changed files with 76641 additions and 7 deletions
@@ -0,0 +1,10 @@
FROM python:3.9-buster
WORKDIR /usr/src/install
RUN apt-get update
RUN apt-get install fping
# install gcloud api
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] http://packages.cloud.google.com/apt cloud-sdk main" | tee -a /etc/apt/sources.list.d/google-cloud-sdk.list && curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /usr/share/keyrings/cloud.google.gpg add - && apt-get update -y && apt-get install google-cloud-cli -y
COPY requirements-dev.txt ./
RUN pip install --no-cache-dir -r requirements-dev.txt
@@ -0,0 +1,5 @@
{
"build": { "dockerfile": "Dockerfile" },
"extensions": ["ms-python.python", "wholroyd.jinja","ms-python.vscode-pylance"],
"forwardPorts": [3000]
}
@@ -0,0 +1,34 @@
google-api-python-client
google-auth-httplib2
google-auth-oauthlib
oauth2client
requests
python-dateutil==2.6.1
watchdog
pyyaml
dnspython
pytest>=5.4.0
pytest-timeout
pytest-repeat
pytest-asyncio
flake8
mypy
aiorun
aiohttp
aiodns
aiofiles
injector
autopep8
colorlog
debugpy
google-cloud-logging
google-cloud-firestore
aiohttp-jinja2
beautifulsoup4
firebase-admin
aiofile
grpcio
aioping
pytz
tzlocal
pytest-cov