From cee35cee68673ae6913c2df6a58c5f3a7000f816 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 31 Jan 2022 07:10:24 +0900 Subject: [PATCH 1/2] Remove old environment.yml --- environment.yml | 88 ------------------------------------------------- 1 file changed, 88 deletions(-) delete mode 100644 environment.yml diff --git a/environment.yml b/environment.yml deleted file mode 100644 index b235bb56..00000000 --- a/environment.yml +++ /dev/null @@ -1,88 +0,0 @@ -name: doccano -channels: - - defaults -dependencies: - - _libgcc_mutex=0.1=main - - ca-certificates=2019.5.15=0 - - certifi=2019.6.16=py37_0 - - libedit=3.1.20181209=hc058e9b_0 - - libffi=3.2.1=hd88cf55_4 - - libgcc-ng=9.1.0=hdf63c60_0 - - libstdcxx-ng=9.1.0=hdf63c60_0 - - ncurses=6.1=he6710b0_1 - - openssl=1.1.1c=h7b6447c_1 - - pip=19.1.1=py37_0 - - python=3.7.3=h0371630_0 - - readline=7.0=h7b6447c_5 - - setuptools=41.0.1=py37_0 - - sqlite=3.28.0=h7b6447c_0 - - tk=8.6.8=hbc83047_0 - - wheel=0.33.4=py37_0 - - xz=5.2.4=h14c3975_4 - - zlib=1.2.11=h7b6447c_3 - - pip: - - apache-libcloud==2.4.0 - - applicationinsights==0.11.7 - - asn1crypto==0.24.0 - - brotli==1.0.7 - - cffi==1.12.3 - - chardet==3.0.4 - - coverage==4.5.3 - - cryptography==2.7 - - defusedxml==0.6.0 - - dj-database-url==0.5.0 - - django==2.1.7 - - django-cloud-browser==0.5.0 - - django-filter==2.0.0 - - django-heroku==0.3.1 - - django-polymorphic==2.0.3 - - django-rest-polymorphic==0.1.8 - - django-webpack-loader==0.6.0 - - django-widget-tweaks==1.4.2 - - djangorestframework==3.8.2 - - djangorestframework-csv==2.1.0 - - djangorestframework-filters==0.10.2 - - djangorestframework-xml==1.4.0 - - environs==4.1.0 - - faker==0.8.8 - - flake8==3.6.0 - - furl==2.0.0 - - gunicorn==19.9.0 - - idna==2.8 - - lockfile==0.12.2 - - marshmallow==2.19.5 - - mccabe==0.6.1 - - mixer==6.1.3 - - model-mommy==1.6.0 - - multidict==4.5.2 - - numpy==1.16.4 - - oauthlib==3.0.2 - - orderedmultidict==1.0 - - psycopg2==2.8.3 - - psycopg2-binary==2.7.7 - - pycodestyle==2.4.0 - - pycparser==2.19 - - pyflakes==2.0.0 - - pyjwt==1.7.1 - - python-dateutil==2.7.3 - - python-dotenv==0.10.3 - - python3-openid==3.1.0 - - pytz==2018.4 - - pyyaml==5.1.1 - - requests==2.21.0 - - requests-oauthlib==1.2.0 - - seqeval==0.0.6 - - six==1.11.0 - - social-auth-app-django==3.1.0 - - social-auth-core==3.0.0 - - text-unidecode==1.2 - - tornado==5.0.2 - - unicodecsv==0.14.1 - - unittest-xml-reporting==2.5.1 - - urllib3==1.24.3 - - vcrpy==2.0.1 - - vcrpy-unittest==0.1.7 - - whitenoise==4.1.2 - - wrapt==1.11.2 - - yarl==1.3.0 - From c9b717d3fbd1f17b7b3c30b35fc3efd4cbec2803 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Mon, 31 Jan 2022 07:17:21 +0900 Subject: [PATCH 2/2] Move cloud templates to cloud dir --- template.aws.yaml => cloud/aws/template.aws.yaml | 0 azure-pipelines.yaml => cloud/azure/azure-pipelines.yaml | 0 azuredeploy.json => cloud/azure/azuredeploy.json | 0 cloudbuild.yaml => cloud/gcp/cloudbuild.yaml | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename template.aws.yaml => cloud/aws/template.aws.yaml (100%) rename azure-pipelines.yaml => cloud/azure/azure-pipelines.yaml (100%) rename azuredeploy.json => cloud/azure/azuredeploy.json (100%) rename cloudbuild.yaml => cloud/gcp/cloudbuild.yaml (100%) diff --git a/template.aws.yaml b/cloud/aws/template.aws.yaml similarity index 100% rename from template.aws.yaml rename to cloud/aws/template.aws.yaml diff --git a/azure-pipelines.yaml b/cloud/azure/azure-pipelines.yaml similarity index 100% rename from azure-pipelines.yaml rename to cloud/azure/azure-pipelines.yaml diff --git a/azuredeploy.json b/cloud/azure/azuredeploy.json similarity index 100% rename from azuredeploy.json rename to cloud/azure/azuredeploy.json diff --git a/cloudbuild.yaml b/cloud/gcp/cloudbuild.yaml similarity index 100% rename from cloudbuild.yaml rename to cloud/gcp/cloudbuild.yaml