From 889765c9207fa83b08af07119d272f485eb01b41 Mon Sep 17 00:00:00 2001 From: Dmitry Afanasyev Date: Mon, 14 Feb 2022 21:41:46 +0300 Subject: [PATCH] poetry and pip updated --- python-poetry/Dockerfile | 6 ++-- python-poetry/pyproject.toml | 69 +++++++++++++++++++++--------------- 2 files changed, 45 insertions(+), 30 deletions(-) diff --git a/python-poetry/Dockerfile b/python-poetry/Dockerfile index af8aa23..4401be6 100644 --- a/python-poetry/Dockerfile +++ b/python-poetry/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.2 +FROM python:3.9.10 # python: ENV PYTHONFAULTHANDLER=1 \ @@ -40,8 +40,10 @@ WORKDIR /code RUN export PATH="/root/.local/bin:$PATH" \ && poetry --version \ && poetry lock \ - && poetry export -f requirements.txt --without-hashes --output requirements.txt + && poetry export -f requirements.txt --without-hashes --output requirements.txt \ + && poetry install WORKDIR /poetry + diff --git a/python-poetry/pyproject.toml b/python-poetry/pyproject.toml index 93d621d..55920b6 100644 --- a/python-poetry/pyproject.toml +++ b/python-poetry/pyproject.toml @@ -5,34 +5,47 @@ description = "poetry requiremts creation" authors = ["Dmitry Afanasyev "] [tool.poetry.dependencies] -Python="3.7.9" -asgiref="3.2.10" -Django="3.0.7" -django-admin-sortable2="0.7.6" -django-autoslug="1.9.7" -django-ckeditor="5.9.0" -django-constance="2.7.0" -django-cors-headers="3.4.0" -django-editorjs-field="0.0.3" -django-environ="0.4.5" -django-filter="2.3.0" -django-js-asset="1.2.2" -django-modeltranslation="0.15" -djangorestframework="3.11.0" -django-axes = "*" -install="1.3.3" -Pillow="7.1.2" -protobuf="3.5.1" -psycopg2-binary="2.8.5" -pytz="2020.1" -redis="3.5.3" -six="1.14.0" -sqlparse="0.3.1" -pytils="0.3" -pdfkit="0.6.1" -django-next-prev="1.0.1" -requests="2.24.0" -urllib3="1.25.10" +Python="3.9.10" +absl-py = "1.0.0" +astunparse = "1.6.3" +cachetools = "5.0.0" +certifi = "2021.10.8" +charset-normalizer = "2.0.12" +flatbuffers = "2.0" +gast = "0.5.3" +google-auth = "2.6.0" +google-auth-oauthlib = "0.4.6" +google-pasta = "0.2.0" +grpcio = "1.43.0" +h5py = "3.6.0" +idna = "3.3" +importlib-metadata = "4.11.0" +keras = "2.8.0" +Keras-Preprocessing = "1.1.2" +libclang = "13.0.0" +Markdown = "3.3.6" +numpy = "1.22.2" +oauthlib = "3.2.0" +opt-einsum = "3.3.0" +protobuf = "3.19.4" +pyasn1 = "0.4.8" +pyasn1-modules = "0.2.8" +requests = "2.27.1" +requests-oauthlib = "1.3.1" +rsa = "4.8" +six = "1.16.0" +tensorboard = "2.8.0" +tensorboard-data-server = "0.6.1" +tensorboard-plugin-wit = "1.8.1" +# tensorflow-macos = "2.8.0" +termcolor = "1.1.0" +tf-estimator-nightly = "2.8.0.dev2021122109" +typing_extensions = "4.1.1" +urllib3 = "1.26.8" +Werkzeug = "2.0.3" +wrapt = "1.13.3" +zipp = "3.7.0" + [tool.poetry.dev-dependencies]