poetry and pip updated

This commit is contained in:
Dmitry Afanasyev 2022-02-14 21:41:46 +03:00
parent 806f4ae2f7
commit 889765c920
2 changed files with 45 additions and 30 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10.2 FROM python:3.9.10
# python: # python:
ENV PYTHONFAULTHANDLER=1 \ ENV PYTHONFAULTHANDLER=1 \
@ -40,8 +40,10 @@ WORKDIR /code
RUN export PATH="/root/.local/bin:$PATH" \ RUN export PATH="/root/.local/bin:$PATH" \
&& poetry --version \ && poetry --version \
&& poetry lock \ && 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 WORKDIR /poetry

View File

@ -5,34 +5,47 @@ description = "poetry requiremts creation"
authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"] authors = ["Dmitry Afanasyev <Balshbox@gmail.com>"]
[tool.poetry.dependencies] [tool.poetry.dependencies]
Python="3.7.9" Python="3.9.10"
asgiref="3.2.10" absl-py = "1.0.0"
Django="3.0.7" astunparse = "1.6.3"
django-admin-sortable2="0.7.6" cachetools = "5.0.0"
django-autoslug="1.9.7" certifi = "2021.10.8"
django-ckeditor="5.9.0" charset-normalizer = "2.0.12"
django-constance="2.7.0" flatbuffers = "2.0"
django-cors-headers="3.4.0" gast = "0.5.3"
django-editorjs-field="0.0.3" google-auth = "2.6.0"
django-environ="0.4.5" google-auth-oauthlib = "0.4.6"
django-filter="2.3.0" google-pasta = "0.2.0"
django-js-asset="1.2.2" grpcio = "1.43.0"
django-modeltranslation="0.15" h5py = "3.6.0"
djangorestframework="3.11.0" idna = "3.3"
django-axes = "*" importlib-metadata = "4.11.0"
install="1.3.3" keras = "2.8.0"
Pillow="7.1.2" Keras-Preprocessing = "1.1.2"
protobuf="3.5.1" libclang = "13.0.0"
psycopg2-binary="2.8.5" Markdown = "3.3.6"
pytz="2020.1" numpy = "1.22.2"
redis="3.5.3" oauthlib = "3.2.0"
six="1.14.0" opt-einsum = "3.3.0"
sqlparse="0.3.1" protobuf = "3.19.4"
pytils="0.3" pyasn1 = "0.4.8"
pdfkit="0.6.1" pyasn1-modules = "0.2.8"
django-next-prev="1.0.1" requests = "2.27.1"
requests="2.24.0" requests-oauthlib = "1.3.1"
urllib3="1.25.10" 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] [tool.poetry.dev-dependencies]