mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-28 13:09:03 +00:00
Compare commits
1 Commits
renovate/m
...
9ddd4fc1ba
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ddd4fc1ba |
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.13"
|
||||||
|
|
||||||
- name: Install Poetry
|
- name: Install Poetry
|
||||||
uses: snok/install-poetry@v1
|
uses: snok/install-poetry@v1
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM python:3.9-alpine AS base
|
FROM python:3.13-alpine AS base
|
||||||
|
|
||||||
# Builder
|
# Builder
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description = "A simple Telegram bot to receive SMS messages."
|
|||||||
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
|
authors = [{ name = "Andrew Williams", email = "andy@tensixtyone.com" }]
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.9,<3.10"
|
requires-python = ">=3.13,<3.14"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"flask (>=3.1.0,<4.0.0)",
|
"flask (>=3.1.0,<4.0.0)",
|
||||||
"waitress (>=3.0.2,<4.0.0)",
|
"waitress (>=3.0.2,<4.0.0)",
|
||||||
|
|||||||
Reference in New Issue
Block a user