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

5
poetry.lock generated
View File

@ -644,7 +644,6 @@ files = [
[package.dependencies]
anyio = ">=3.4.0,<5"
typing-extensions = {version = ">=3.10.0", markers = "python_version < \"3.10\""}
[package.extras]
full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart", "pyyaml"]
@ -873,5 +872,5 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.9"
content-hash = "f1d53b1cfbfcdaf7641b5950318b4ff153ab8088b8ac800b724bfd163d389d75"
python-versions = "^3.10"
content-hash = "7fc3ab7c44a12dfe4d3e87972397f57051cd2a899f00902f378347753c33ab78"

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"