versions..

This commit is contained in:
tonyrewin 2022-06-25 23:18:03 +03:00
parent 58f7431740
commit 28e1f507bd
5 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ exclude: |
) )
default_language_version: default_language_version:
python: python3.9 python: python3.8
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks

View File

@ -1,4 +1,4 @@
FROM python:3.9 FROM python:3.8
EXPOSE 8080 EXPOSE 8080

View File

@ -1,4 +1,4 @@
FROM python:3.9 FROM python:3.8
EXPOSE 8081 EXPOSE 8081

View File

@ -26,4 +26,4 @@ requests = "*"
[dev-packages] [dev-packages]
[requires] [requires]
python_version = "3.9" python_version = "3.8"

View File

@ -6,7 +6,7 @@ authors = ["Discours DevTeam <dev@discours.io>"]
license = "MIT" license = "MIT"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.9" python = "^3.8"
html2text = "*" html2text = "*"
aioredis = "*" aioredis = "*"
ariadne = "*" ariadne = "*"