mirror of
https://github.com/nikdoof/smsbot.git
synced 2025-12-13 10:02:15 +00:00
Fix docker build
This commit is contained in:
@@ -7,7 +7,7 @@ authors = [
|
||||
]
|
||||
license = {text = "MIT"}
|
||||
readme = "README.md"
|
||||
requires-python = "<=3.11"
|
||||
requires-python = ">=3.9,<3.10"
|
||||
dependencies = [
|
||||
"flask (>=3.1.0,<4.0.0)",
|
||||
"waitress (>=3.0.2,<4.0.0)",
|
||||
|
||||
Reference in New Issue
Block a user