versions..
This commit is contained in:
parent
58f7431740
commit
28e1f507bd
|
@ -6,7 +6,7 @@ exclude: |
|
|||
)
|
||||
|
||||
default_language_version:
|
||||
python: python3.9
|
||||
python: python3.8
|
||||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9
|
||||
FROM python:3.8
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.9
|
||||
FROM python:3.8
|
||||
|
||||
EXPOSE 8081
|
||||
|
||||
|
|
2
Pipfile
2
Pipfile
|
@ -26,4 +26,4 @@ requests = "*"
|
|||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.9"
|
||||
python_version = "3.8"
|
||||
|
|
|
@ -6,7 +6,7 @@ authors = ["Discours DevTeam <dev@discours.io>"]
|
|||
license = "MIT"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.9"
|
||||
python = "^3.8"
|
||||
html2text = "*"
|
||||
aioredis = "*"
|
||||
ariadne = "*"
|
||||
|
|
Loading…
Reference in New Issue
Block a user