Minimum Python version is now 3.10

This commit is contained in:
2023-01-10 16:52:17 +01:00
parent 4da6c6833b
commit bed09771ed
2 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@ repository = "https://github.com/TheLovinator1/discord-embed"
keywords = ["website", "discord"]
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.10"
fastapi = "^0.89.0"
ffmpeg-python = "^0.2.0"
discord-webhook = "^1.0.0"